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
Tag Archives: Java
Annotation Reference for Spring Projects
Annotations are available for Spring and Java projects. I was unsuccessful in finding a single consolidated set of the annotations. So, I thought “What a great gap to fill.” However, what I thought would be a fairly simple endeavor, turned … Continue reading
Posted in Annotations, AOP, Hibernate, Java, JMX, JPA, JUnit, REST, SOAP, Spring, Spring AOP, Spring Batch, Spring Framework, Spring Integration, Spring MVC, Spring Roo, Spring Security, Web Flow, Web Services
Tagged Annotations, Java, JSR-168, JSR-220, JSR-222, JSR-224, JSR-250, JSR-299, jsr-303, JSR-314, JSR-317, JSR-318, JSR-330, Spring, spring framework
9 Comments
Sending Beans as XML with JmsTemplate
Introduction We often want to send XML via web services. We may already have the schema or annotated JAXB2 classes configured in our application. What if we want to send the same format via JMS? By default Spring JMS is … Continue reading
Posted in ActiveMQ, Jakarta Commons Logging, Java Util Logging, JMS, JUnit, Log4J, LogBack, Logging, Maven, SLF4J, Spring, Spring Framework, Testing
Tagged ActiveMQ, Development, Eclipse, IntelliJ, Java, JAXB2, JMS, Logback, Marshaling, maven, messaging, OXM, Spring, SpringSource, STS, XML
11 Comments
Spring Batch Admin Console now in Git
The Spring Batch project has an optional Admin console web application for Batch processes. SpringSource moving forward will be migrating downloadable content from Subversion to Git repositories. Interested in working with Spring Batch Admin Console? Spring Batch Admin Source Repository … Continue reading
Posted in Git, Spring Batch, Spring Framework
Tagged Administration, Console, Java, Source Code, Spring, Spring Batch
2 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 Development, Java, Log4J-old, logging, roo, Security, Spring, Spring Roo, URL Rewriting
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 2PC, ActiveMQ, Distributed, EIP, Enterprise Integration Patterns, Java, JDBC, JMS, JTA, junit, messaging, Mocking, Mockito, Remoting, REST, RESTful, RMI, roo, SOAP, Spring, Spring Batch, Spring Roo, Spring Security, Testing, Transactions, Web Services, XA
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 EIP, Integration, Java, JavaMail, roo, Spring
1 Comment
Sending outbound SMTP messages through Gmail with Spring Integration
Introduction Recently, a former colleague, Rod Biresch, posted a blog “Sending outbound SMTP messages through Gmail with Mule ESB“. Since, I teach the Enterprise Integration with Spring course and want to demonstrate how to use Spring Integration to solve the … Continue reading
Posted in Java Mail, Maven, Spring, Spring Framework, Spring Integration, Spring Roo
Tagged EIP, Enterprise Integration Patterns, Java, JavaMail, JMS, maven, messaging, SMTP, Spring, Spring Integration
3 Comments
Why Java Developers Hate JavaScript
As a Java developer, I used to hate JavaScript. At one time I used to say “friends don’t let friends use JavaScript”. In recent years, JavaScript has become required for a flexible & feature rich user experience. WIth the advent … Continue reading