Spring, Flex, BlazeDS Full Stack is Back!
After trying for weeks to integrate Flex and BlazeDS into Grails, in vain, I’ve decided to come back to vanilla Spring/Hibernate for Conference Guide... more »
Tweet 0 CommentsSave Tags: flash-flex, java, ria
Using Gradle for a Mixed Java and Groovy Project
Gradle is a build system to build software projects. Gradle supports convention over configuration, build-in takss and dependency support. We write a... more »
Tweet 0 CommentsSave Tags: groovy, java
Rayures: Velocity integration and other Goodies for Stripes
Rayures is a plugin for Stripes that I've been working on to integrate Velocity along with several conveniences to make developing with Stripes even... more »
Tweet 0 CommentsSave Tags: announcement, frameworks, java, tools
How to validate IP address with regular expression
IP Address 0-255.0-255.0-255.0-255 , validate with regular expression
Tweet 0 CommentsSave Tags: how-to, java
Some interesting software technology trends
Google search trends and Job trends for some software technologies.
Tweet 0 CommentsSave Tags: .net, java, trends
How to precompile your JSP's in Tomcat
You should precompile your JSP's. If you didn't know how to do this before ... you no longer have that excuse.
Tweet 1 CommentsSave Tags: how-to, java, server
Using URLRewriteFilter to help secure your site.
Sometimes you want to lock down your webapp some more without changing the code. With the Tuckey UrlRewriteFilter and some creativity, you now have... more »
How to validate image file extension with regular expression
Example to show how to validate image file extension with regular expression
Tweet 0 CommentsSave Tags: how-to, java
JavaFX Production Suite - More Suggestions
This is a follow up post regarding some of the issues of using the JavaFX Production Suite. Specifically dealing with the way the tool generates... more »
The problems of large J2EE applications - JAVA exPress
Great article about common problems in Java EE applications. Quite a lot practical examples of enterprise applications problems and solution for them.
Tweet 1 CommentsSave Tags: java
SEO for Business Marketers, Bloggers and Everyone (Even JSF2)
I’m no SEO expert, but in growing my own brand, I’ve come to learn some crucial concepts, perhaps not entirely technical, but more social and... more »
Tweet 0 CommentsSave Tags: frameworks, java, usability, web design
Subversion to get Java
SubversionJ, or SVNJ, will provide a rich server-side JAVA API that will leverage Subversion’s established code base written in the C programming... more »
Tweet 2 CommentsSave Tags: java, open source
Google created Easy tools for developing JavaScript code.
Google created Easy tools for developing JavaScript code.
Tweet 0 CommentsSave Tags: java, javascript, web 2.0, web design
IzPack Java installer framework v4.3.2 released!
On behalf of the IzPack project development team, I am pleased to announce the immediate availability of IzPack 4.3.2 which can be downloaded from our... more »
Tweet 0 CommentsSave Tags: announcement, frameworks, java, open source
Drunk on Software Special Episode from Adobe Max (Best Ever)
Good times from Adobe Max 2009!
Tweet 0 CommentsSave Tags: flash-flex, java, ria, web 2.0
The granularity of reloads in dynamic Java web application
Doing a full application reload each time a part of the application changes is like using a sledgehammer to crack open a nut. An intelligent - and... more »
Tweet 0 CommentsSave Tags: frameworks, java
XML verification just got easier with easyb
There’s myriad ways to validate XML these days; in fact, with Groovy, the mechanics of parsing XML with XMLSlurper couldn’t be easier! Nevertheless,... more »
Tweet 0 CommentsSave Tags: frameworks, groovy, java, xml
IBM Health Center Monitoring & Diagnostic Tools for Java
The Health Center provides live information and recommendations about classes being loaded, the virtual machine environment, garbage collection,... more »
Tweet 0 CommentsSave Tags: how-to, java, open source, tools
Netrifex 1.0: Rapid Web Service Enablement for Java Apps
Proxisoft has released the Netrifex platform for web service enabling existing Java applications. Add SOAP and REST endpoints at runtime. No source... more »
Tweet 0 CommentsSave Tags: frameworks, java, web services, xml
Writing your own JUnit extensions using @Rule
This article follows the previous one concerning the really useful and undocumented features of Junit. One that is really interesting is @Rule.
Tweet 0 CommentsSave Tags: announcement, frameworks, java, news