For anything more than a simplistic application, you will probably want to persist the spring batch job data to a data source. Spring batch uses a...
Category: IT Development
Configuring Seam and Spring Batch
Seam provides jbpm for handling workflows, but doesn't have anything dedicated so far to the issue of batch processing. While jbpm will handle...
Configuring seam to integrate spring
There are advantages and disadvantages to choosing Spring or Seam for developing an application. The third option is to use both of them and...
Configuring Icefaces and JBoss Seam Excel
As in Configuring Icefaces and Seam PDF, when you want to render excel pages in an application that already uses seam and icefaces, you need to use...
Configuring Icefaces and Seam PDF
Unfortunately seam-pdf doesn't play nice with ICEfaces. Specifically, the D2DFaceletViewHandler doesn't do pdf/email rendering. The workaround for...
Spring versus Seam
I used Spring a few years ago and was really impressed with it as a framework. I found that for less experienced developers it enforced a lot of...
Software Development – choosing a software methodology
There are a lot of methods for developing software out there now. Choosing the best one for your company or team can be difficult - and that's...
Accessing remote Alfresco web services
You can check that the alfresco webservices are accessible on a remote machine by accessing the url http://hostname:8080/alfresco/api. You should...
Using Chainsaw to tail your JBoss server log
Log4j is a logging library from Apache. It consists of loggers (log events) and appenders (a destination for a log message). There's always a...
