Wednesday, November 4, 2009
Adding a User Property to Oracle WebCenter Interaction
Monday, November 2, 2009
Blogger Buzz: New Transparent Navbar Styles
Blogger Buzz: New Transparent Navbar Styles
If you can't tell the difference it is because this blog looks good with the default navbar at the top. However, the new light transparent style really looks good over at Social Media at Work.
Thursday, October 29, 2009
Amazon EC2 Now 15% Lower Price
Effective November 1, 2009 United States prices for Linux/UNIX usage will drop from 10 cents an hour to 8.5 cents per hour. By my quick calculations this will drop the minimum monthly fee for a continuously available instance from around $72 to just over $61. Prices in Europe are also dropping. Get the pricing details.
Thursday, October 22, 2009
Oracle WebCenter Interaction Security
Friday, October 16, 2009
IntelliJ IDEA Community Edition — Free and OS Java IDE
http://www.jetbrains.com/idea/nextversion/free_java_ide.html
Somehow I doubt they will sell me one feature without the need to purchase the Ultimate Edition.
http://www.jetbrains.com/idea/nextversion/editions_comparison_matrix.html
Thursday, September 17, 2009
Grails Hosting in the Cloud
Morph Labs
Used by grailspodcast.com – The Groovy & Grails Podcast.Morph Labs appears to be ready to manage everything except writing your application. With Exist thrown into the mix they may even do that for you too.
Google App Engine
Used by groovytweets ::: groovy in the twitter universe.Google App Engine is from Google so I assume it will eventually dominate the Earth and any additional planets that tap into our Internet. Long denied Java love this solution grew from Google’s amazing amount of cheap servers and can now host Groovy and Grails.
Cloud Foundry
I don’t have an example site but Marcel’s excellent blog post provides detailed instructions on how to deploy a Grails application. There are a ton of comments wishing you didn’t need to bring your own fulltime Amazon EC2 instance with you as that sets the floor for pricing above most dedicated Virtual Private Server offerings.Stax
This one came from a comment on Marcel’s blog and it looks promising. They web site claims to support Grails and it can scale down below a full EC2 instance as well as up to multi-server clusters. Being able to begin with less than a 24/7 server instance sounds appealing but may need further investigation.Something Else
I’m certain that I must have missed something. There are probably lots of other capable solutions because there seem to be new offerings every week. Of course they need to support Java. I looked at Rackspace and Joyent but they didn’t seem to cover the management and/or Java requirements. If you know of additional services for Grails hosting in the cloud please let me know in the comments. I’d like to develop a comprehensive list.Thursday, September 10, 2009
Resource List from kellyrob99.com: The Kaptain on ... stuff
Do you make keeping up with technology a priority? Have you found a way to prevent drowning in the vast sea of content AND still keep abreast of everything you want to? Me neither, but here’s where I go to learn new things, find solutions and keep up with the general state of the union regarding software I use; not to mention keeping track of what new tools are available to speed development. This is far from an exhaustive list but I wanted to concentrate on primarily free sources of information and tooling. Yes ladies and gentlemen pretty much everything mentioned on this page requires at most an internet connection and a web browser to use.kellyrob99.com, The Kaptain on … stuff, Sep 2009You should read the whole article.
Thursday, September 3, 2009
Waiting on Oracle Sunset
Wednesday, September 2, 2009
The Pragmatic Programmers Have a Free Magazine
Wednesday, August 19, 2009
SpringSource Launches Enterprise Java Cloud
This is interesting. However, I am always a little nervous about a single vendor providing every part of a solution. I think that may not be justified, especially in this case. I've assumed for some time that any future Grails projects I do would be hosted in the cloud. There are multiple vendors doing a good job of supporting Grails in the cloud already. I will keep an eye on what SpringSource does because I expect they will do a great job of supporting Grails.
Monday, August 17, 2009
New Blog for GQuick
Friday, August 14, 2009
New iGoogle Social Features
Wednesday, August 12, 2009
About
Since this post will serve as the new information station for those who would like to learn more about All The Way To The Beginning , I'll provide a little history and try to predict a tiny bit of the future.
Originally this blog was intended to follow a web development project from inception until launch. It came close, but I didn't recognize it at the time. There was a launch but it wasn't intended to be a real site, it was the practice round to ensure everything would work as expected. Unfortunately the big idea never materialized and the process stopped short of the goal. The practice site was the only product launch achieved. Now I have decided to let the Quote of Tomorrow site remain down permanently.
For round two I plan to be a little more personal, after all it is just me this time. The topics will continue to be technologies that interest me. However, I will likely add in more of the 9 to 5 things I deal with as an Oracle Web Center Interaction portal administrator. Yes, it is a mouthful and the acronym is even worse, Oracle WCI 10gR3. The dream is, of course, convergence of the work hours efforts with the free time pursuits and I'll be sure to detail any chance I have to use Groovy and Grails in portal deployments. It is not currently on the radar screen but you have to have a dream, right?
Monday, March 9, 2009
GroovyBlogs Gets Even More Famous
Sunday, February 8, 2009
OpenSolaris Workstation Step 3
ed@opensolaris:~$ export GRAILS_HOME=~/grails-1.1-beta3
That is easier to type than /export/home/ed/grails-1.1-beta3. JAVA_HOME hadn’t been set so that was next. ed@opensolaris:~$ export JAVA_HOME=/usr/java
Then I totally screwed up my PATH. I didn’t know how to reference the existing path in the new path and basically wiped out the entire path when I tried to add on GRAILS_HOME/bin. If someone can educate me I’d appreciate a comment. It was easy to figure out I did something wrong because printenv didn’t work at all when I tried to check my new path. Once I redid PATH and added ~/grails-1.1-beta3/bin I crossed my fingers and typed grails in a terminal window. ed@opensolaris:~$ grails
Welcome to Grails 1.1-beta3 - http://grails.org/
Licensed under Apache Standard License 2.0
Grails home is set to: /export/home/ed/grails-1.1-beta3
No script name specified. Use 'grails help' for more info or 'grails interactive
' to enter interactive mode
In NetBeans 6.5 I set the Grails_Home under Tools > Options > Groovy then I began a new project and selected Groovy, Grails Application. Now everything really is groovy!
Sunday, February 1, 2009
Grails Training
Day 1:
Installing Groovy and Grails, GroovyConsole, Classes, Properties, Methods, Closures, MVC, Structure of Grails, Configuring Grails.
Day 2:
Controllers, Views, Taglibs, Parameters, the Flash, Session, Domain Objects, Domain Objects in Controllers, Command Objects, Services.
Day 3:
Rendering non-view responses, RemoteField, RemoteFunction, RemoteLink, FormRemote, Custom AJAX via Prototype, AJAX Plugins.
This was a much-needed introduction to Groovy and Grails, especially for me since I'm a beginner to the framework. I was able to get questions answered and have access to Robert's depth of knowledge on the subject. I learned about the Grails configuration, ranges, iterators, closures, lists, maps, Grails MVC and testing. Robert also demonstrated use of the many available Grails plugins to enhance your development needs.
Whenever I'm learning a new technology, I'm grateful just to find a good book on the subject. Having Grails training available where you can learn the right way quickly is very exciting. I'm already looking ahead for the next class. Smokejumper IT has other classes scheduled on Grails Object Relational Mapping (GORM), Domain-Specific Languages, Plugins, etc. They are also available in other cities throughout the country. Details can be found at http://www.smokejumperit.com.
Friday, January 23, 2009
Grails Templates and the 960 Grid System
My first impression was, "That's a lot of stylesheets!" It took me awhile to decide if I liked the modularization of the CSS but I grew to appreciate it because it helped me focus. This is the same reason I like breaking a layout into Grails templates. I haven't tried to make the result look good yet, it is intended to demonstrate a quick way to customize the structure of your layouts.
I ended up with five templates stored in a folder named common. I added a stylesheet specific to the application named layout.css since I named the application layout. Later I decided that was a confusing name but luckily this is just a quick proof of concept. I did not include the standard main.css but of course you can if desired.
The only feature of 960 Grid System that didn't perform as I wanted it to right out of the box (no offense Dave Klein) was centering the page in Internet Explorer. In order to center the page in IE I added the wrapper div with text-align: center. This required me to tweak container_12 to return everything to text-align: left. This demonstrates a very simple example but it should be easy to see how you could use Grails templates and the 960 Grid System to create just about any fixed layout you could want.
Here is main.gsp:
<html>
<head>
<title><g:layouttitle default="Layout Example"></title>
<link rel="stylesheet" href="${createLinkTo(dir:'css',file:'reset.css')}">
<link rel="stylesheet" href="${createLinkTo(dir:'css',file:'960.css')}">
<link rel="stylesheet" href="${createLinkTo(dir:'css',file:'text.css')}">
<link rel="stylesheet" href="${createLinkTo(dir:'css',file:'layout.css')}">
<g:layouthead>
</head>
<body>
<div id="wrapper">
<div class="container_12">
<div class="grid_12">
<g:render template="/common/topbar">
</div>
<div class="grid_12">
<g:render template="/common/header">
</div>
<div class="grid_12">
<g:render template="/common/menu">
</div>
<div class="grid_8">
<div id="content">
<g:layoutbody>
</div>
</div>
<div class="grid_4">
<g:render template="/common/sidepanel">
</div>
<div class="clear">
<div class="grid_12">
<g:render template="/common/footer">
</div>
</div>
</div>
</body>
</html>
Here is layout.css:
body
{
background: #99BADD;
}
#wrapper {
text-align: center;
}
.container_12 {
text-align: left;
}
#topbar {
background: url(../images/30-y.gif) repeat-x;
height: 30px;
margin-top: 20px;
}
#header {
background: url(../images/120-y.gif) repeat-x;
height: 120px;
text-align: center;
margin-top: 20px;
}
#menu {
background: url(../images/60-y.gif) repeat-x;
height: 60px;
margin-top: 20px;
}
#content {
background: url(../images/620-x.gif) repeat-y;
width: 620px;
margin-top: 20px;
}
#sidepanel {
background: url(../images/300-x.gif) repeat-y;
width: 300px;
margin-top: 20px;
}
#footer {
background: url(../images/45-y.gif) repeat-x;
height: 45px;
text-align: center;
margin-bottom: 20px;
}
Thursday, January 15, 2009
Grails In Action
Wednesday, January 14, 2009
OpenSolaris Workstation Step 2
I haven't installed GlassFish or MySQL yet but all it takes to do so is run IPS and check a couple of checkboxes. I'm planning on waiting for Grails 1.1 to be released to finish off setting things up for development.
Monday, January 5, 2009
OpenSolaris Workstation Step 1
Unfortunately OpenSolaris doesn't have a device driver for the SATA controller on the motherboard. So if I mirror the drives via the BIOS they disappear. Leaving them alone in the BIOS works just fine and I have a TB of disk. If I had bought a single drive instead of the pair I could have stayed within the budget and wouldn't have lost anything. Time to learn if ZFS makes it easy to mirror the disk via software instead of hardware as I had planned.
Thursday, January 1, 2009
Privacy Policy
We use third-party advertising companies to serve ads when you visit this site. These companies may use information (not including your name, address, email address, or telephone number) about your visits to this and other websites in order to provide advertisements about goods and services of interest to you. If you would like more information about this practice and to know your choices about not having this information used by these companies, click here.
The DoubleClick DART cookie is used by Google in the ads served on this site. When users visit this site and either view or click on an ad, a cookie may be dropped on that end user's browser. The data gathered from these cookies will be used to help better serve and manage ads on this site and across the web.
Google, as a third party vendor, uses cookies to serve ads on this site. Google's use of the DART cookie enables it and its partners to serve ads to this site's users based on their visit to this site and/or other sites on the Internet. Users may opt out of the use of the DART cookie by visiting the Google ad and content network privacy policy.