Categories
Search
My Tweets
- @misterlosso I have accepted a position already. 1 week ago
- Spring in Action 4th Ed, Spring in Practice & Spring Integration in Action 50% today use code dotd0508cc http://t.co/kjcQ15rDM4 1 week ago
- @bytor99999 No, the site is redirected, pom file gend as artifactory page, causing mvn builds to fail. 1 week ago
- Spring Dep Mgmt Repo - use http://t.co/xFJVnMHTpO | milestone | snapshot. If using http://t.co/Ns8nUF8cqV, you'll get repo... 2 weeks ago
- Accepted Integration Architect position with Cigna. Can't wait to get started. 2 weeks ago
Category 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 AOP, AspectJ, Aspects, Development, Eclipse, EIP, grails, groovy, Integration, osgi, Project, roo, Spring, Spring Roo, SpringSource Tool Suite, STS, Templates, Tools, validation, Visualization, Wizards
Leave a comment
Configuring Spring Roo for Java 7
When creating a Roo project with the “project” command, we have the option to specify the Java Version $ roo roo> project –topLevelPackage com.gordondickens.myproj –java 6 –projectName testapp If we choose Java 7 with Roo 1.2.1, the code will not … Continue reading
Posted in AOP, AspectJ, Java, Java 7, JDK7, Maven, Roo, Spring, Spring AOP, Spring Data, Spring MVC
Tagged AspectJ, java 7, java7, jdk7, maven-aspectj-plugin, Spring, Spring Roo
1 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 CloudBees, roo, Spring, Spring Roo
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 Cloud Foundry, CloudFoundry, JPA, maven, roo, Spring, Spring Data, Spring Data JPA, Spring Roo
Leave a comment
SpringSource Tool Suite – Eclipse for Spring Developers
Spring developers using Eclipse should take a close look at SpringSource Tool Suite (STS). STS is a FREE IDE, based on Eclipse with many of the essential tool to assist Spring developers. http://www.springsource.com/developer/sts. The major plugin to Eclipse is Spring … Continue reading
Posted in AOP, AspectJ, Eclipse, Grails, Groovy, Java, Roo, Spring, Spring AOP, Spring Batch, Spring Framework, Spring Integration, Spring MVC, Spring Roo, Web Flow
Tagged Eclipse, Features, grails, groovy, m2eclipse, RefCard, Spring, STS, Tools
3 Comments
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 osgi, roo, Spring, Spring Roo
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 documentaton, felix, git, Logback, maven, osgi, roo, Spring
Leave a comment
Using Default Values for Properties in Spring
Defaults for Property Values? I didn’t know that? I was looking through the Spring Greenhouse application and discovered an existing feature that I was unaware of. We can set a default value when configuring PropertyPlaceholderConfigurer. 1. Set the default value … Continue reading
Posted in Roo, Spring, Spring Framework
Tagged defaults, properties, Spring, spring framework
5 Comments
LogBack Logger Addon for Roo
Want faster, flexible & more robust logging? Have you looked at LogBack by the creator of Log4J yet??? Introducing the LogBack Addon for Roo Features Adds the command to the Roo shell – logback setup Creates a New File: src/main/resources/logback.xml … Continue reading
Posted in Jakarta Commons Logging, Java, Java Util Logging, Log4J, LogBack, Maven, Roo, SLF4J, Spring, Spring Roo
Tagged Add-ons, addons, Log4J-old, Logback, logging, plugins, slf4j, Spring, Spring Roo
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