Feeds:
Posts
Comments

Posts Tagged ‘Grails’

Hooray! The Java heap space error seems to be solved – at least for now;)
As I mentioned in a previous post; I played with the Eclipse start up settings to increase heap space but still had an Out Of Memory error. Based on a friend’s suggestion; I added the memory argument to the run/debug arguments [...]

Read Full Post »

I’m still working on a Java-2-Grails migration project; which is full of surprises everyday…
Currently I have to run the project from command-prompt as I end up in a “java.lang.OutOfMemoryError: Java heap space” error whenever I start the project in Eclipse. After a few web page clicks and operations, the dead-end Heap space error does appear (and [...]

Read Full Post »

Right now I’m in San Francisco. Besides still busy working on some Java project assignments, I also wish to enjoy the fresh breeze of the city. So instead of spending much time online about my city-impressions,
I want to briefly share some grails discoveries and run out to the windy streets of San Francisco!
It is possible [...]

Read Full Post »

Magic grails refresh!

From time to time when I try to run my grails application from the Run Dialog in Eclipse, I end up with an Error message which simply states “Variable references empty selection: ${project_loc}“. On grails.org there’s info how to set up your Eclipse Environment for grails and there’s also info. about ${project_loc}. Unfortunately it didn’t help me [...]

Read Full Post »

While I am still making my own discoveries about grails and groovy in a somewhat sleepless state, I came across the following “Grails in Depth” slides from the JavaOne Conference.

Graeme Rocher’s presentation is definitely a comprehensive overview of the grails framework. For those who are curious, I would suggest you take a look at the slides!

Read Full Post »

Weekend groovin’

The entire week passed by working on a grails/groovy project. Yet the weekend wasn’t groovy at all! While working on the project, I realized that there were a bunch of configuration settings that I didn’t take care of. Perhaps I am going to write about some of my grails discoveries within a short time.
While I was searching for some energy spreading [...]

Read Full Post »

At the Digigirlz event, the attending girls recorded various movies with mobile-phones and uploaded all videos to Silverlight Streaming (SLS). Initially I had planned to set up a Silverlight 2 application to access the videos. My application would have support for a service to access our SLS account through the SLS SDK and then all files in our SLS account [...]

Read Full Post »