Posts Tagged spring

First Impressions on Spring Source Tool Suite

Last night I run the Spring IDE for Java. Apart from the fact that Eclipse in my laptops is slow due to low memory, the Spring IDE seems to be heavier than Eclipse. I am used to work with python and Eclipse using pydev, and start-up times are poor, but Spring seems even worse, so like 10 minutes waiting for things to load, etc…

The welcome page looks great, with information from Spring web site, feeds, and download center with cool software like SVN repository, sync of development task with MS Outlook, Trac integration, Grails, Groove, etc… When trying to install those applications got an error, so man, bad luck to me.

Then created a Java project Buscaplus and tested BerkeleyDB. The experience of IDE is pretty nice, getting nice suggestions with the autocomplete.

Read the rest of this entry »

Post to Twitter Tweet This Post Post to Plurk Plurk This Post Post to Digg Digg This Post Post to Ping.fm Ping This Post

,

View Comments

Java Merging Into LAMP: Spring

Last night I installed Spring Tool Suite, the Spring IDE and started to digg into their world.

It seems Java is moving in right direction, making software easier to maintain and speeding up development. This is particulary important for startups, time to prototype and time to beta is crucial many times.

Spring alone simplifies things a lot. But when you add Grails (Like Ruby on Rails for Java) and Groove (New simple syntax), suddenly you are in middle of something weird, Java but not Java. No wonder why this stuff has been sky-rocketing.

You like POJO’s? I found that the proyect I work for eliminated them and instead want the old EJB syntax. I think Corps have been used to complex things out, when you simplify things some of them don’t like it.

But anyway, sometimes innovations like RubyOnRails and Django don’t have enough traction to move the market but competition starts to copy those innovation into a market mover like Java.

And Java is redifining itself, which I think is good for startups. If your startup suddenly needs 20 people in 6 months, good luck finding Python or Ruby people in the market. But if those developers are Java, lot’s of them in the market. Another reason why this is important.

Post to Twitter Tweet This Post Post to Plurk Plurk This Post Post to Digg Digg This Post Post to Ping.fm Ping This Post

, ,

View Comments