Tag Archives: roo

SpringSource Tool Suite FAQ

Eclipse is one of the most popular IDEs for Java & Spring application development. Spring has developed the Spring IDE plugin providing developers with Spring aware tooling for our projects. SpringSource Tool Suite = {    Eclipse + SpringIDE + M2Eclipse … Continue reading

Posted in Grails, Java, OSGi, Roo, Spring, Spring Batch, Spring Framework, Spring Integration, Spring Roo | Tagged , , , , , , , , , , , , , , , , , , , , | Leave a comment

Buzzing the Cloud with CloudBees and Roo

Looking to try out CloudBees for your Spring application? Here is how you can get started quickly with CloudBees Run@Cloud platform. 05-Mar-12 – Updated for Spring Roo 1.2.1 Get a CloudBees Account Configure a MySql instance on CloudBees Build a … Continue reading

Posted in Cloud, CloudBees, Roo, Spring, Spring Roo | Tagged , , , | 6 Comments

Rocket to the Cloud Fast with Roo

Want to build a Spring 3 application FAST and run it on the Cloud? It is incredibly easy to do with Spring Roo and CloudFoundry! This post on using Postgres on CloudFoundry helped me get started, however I tried using … Continue reading

Posted in Cloud, CloudFoundry, Java, Roo, Spring, Spring Data, Spring Roo | Tagged , , , , , , , , | Leave a comment

Cleaning up Roo OSGi Bundle Repository

Having trouble with Roo bundles (or commands) not working correctly? Delete the myroodir/cache and myroodir/sts-cache directories and Roo will recreate the bundles on next Roo start. On Windows rumor has it that you can delete the AppData/Local/Temp directory. I have … Continue reading

Posted in felix, OSGi, Roo, Spring, Spring Framework, Spring Roo | Tagged , , , | Leave a comment

Updated Docs for Spring Roo

Want updated Roo Documentation? Want information on creating and publishing Roo Add-Ons? 1. Get the dev build of Spring Roo from: http://git.springsource.org/roo I am assuming here that you have created a /roo-dev directory. To build Roo, you should read the … Continue reading

Posted in felix, Git, LogBack, OSGi, Roo, Spring, Spring Framework, Spring Roo | Tagged , , , , , , , | Leave a comment

Configuring LogBack Logging in Spring & Spring Roo

LogBack is the more versatile logging strategy created by the same person that created log4j. Use the following steps to configure your Roo 1.1 project to use LogBack. See Also: Reasons to Switch to LogBack 1. Create a logback.xml file … Continue reading

Posted in LogBack, Logging, Maven, Roo, SLF4J, Spring Roo | Tagged , , , , , , , | 1 Comment

Using Spring 3.0 Custom Type Converter

The Trouble with Strings Data entering or leaving our application is frequently in string format (i.e. XML). As a developer, I would like a way to register custom data type converters for my business entities. Custom business data types might … Continue reading

Posted in Hibernate, JodaTime, JPA, Roo, Spring | Tagged , , , , , , , , , | 5 Comments

Troubleshooting URL Rewriting in Spring Roo

Spring Roo automatically installs URL Rewriting for your application. If we want to configure another servlet in our web.xml file, we may need make configuration changes to the urlrewrite.xml file. 1. Enable Logging Before you jump into log4j.properties file, you … Continue reading

Posted in Log4J, Roo, SLF4J, Spring, Spring Framework, Spring Roo | Tagged , , , , , , , , | Leave a comment

Why Attend Enterprise Integration with Spring 3 Course?

Are you a Spring Developer? There are a lot of Spring developers out there, many have learned by experimenting, reading documentation and maybe code dives into an existing application or two. So, now you can put Spring Developer on your … Continue reading

Posted in ActiveMQ, Annotations, AOP, Chariot Solutions, Eclipse, Java, JMS, JUnit, LogBack, Logging, Maven, REST, Roo, SLF4J, SOAP, SpEL, Spring, Spring AOP, Spring Batch, Spring Data, Spring Framework, Spring Insight, Spring Integration, Spring MVC, Spring Roo, Spring Security, STS, tcServer, Testing, Tomcat, Training, Web Services | Tagged , , , , , , , , , , , , , , , , , , , , , , , , , , | 3 Comments

Sending Gmail with Spring Roo and Spring Integration

Introduction This is the more detailed version of my previous blog “Sending outbound SMTP messages through Gmail with Spring Integration“. Since, I teach the Enterprise Integration with Spring. In this post, I will walk you though project creation and modification … Continue reading

Posted in Java, Java Mail, Roo, Spring, Spring Framework, Spring Integration, Spring Roo | Tagged , , , , , | 1 Comment