Tag Archives: JBoss AS
Back to Maven2 again
I have just begun at a new project with some new technologies. I am currently developing applications using EJB3, JSF1.2 and Facelets. We deploy the application on a JBoss 4.2.1 server. For the building, testing and packaging we are using … Continue reading
Configuring durable messages with SpringFramework
In our project we have a webservice that receives a message, processes it and sends a response back. Very common for a webservice I think :-) Now there was an extra request: log all messages in a database so we … Continue reading
Using a JBoss MBean in your web-application
For our application which is making use of queues to achieve aynchronious processing we also have build a web-application as kind of dashboard for the system. With this web-application the system administrator can stop, start and schedule batch processes. One … Continue reading