-
JBoss AS5: The Platform of the Future
Oh happy day!
Dimitris announced that JBoss AS 5.0-GA (the community edition) has been released. For a while (years?) people have been asking where AS5 is. Well, it's...
RIGHT HERE
G...
-
Structure prevents chaos
Basics
We can look at a directory structure, and as intelligent humans, recognize patterns.
Look at a tree such as
WEB-INF/ web.xml lib/ drools.jar classes/ org/ ...
-
Diagram of Deployers
Thanks to help from Ales, I've been able to really clean up and simplify the JBoss Rails deployers for Microcontainer. When you use JBoss Microcontainer, you can easily break down your tasks ...
-
Downtime, Updates
Throughout the day (I've scheduled a daily maintenance window from 9am-5pm US Eastern every day...) this site occasionally will go offline while I update the code behind it.
Sometimes I'm updating...
-
JBoR: Will it cluster?
JBoss on Rails will indeed cluster!
After modifying and dropping my jboss-rails.deployer into an ‘all’ configured server of JBoss AS 5, and firing up 3 instances on my localhost (non-tr...
-
Deployers in JBoss Microcontainer
In order to deploy a Rails app, I’ve had to learn the innards of Microcontainer’s deployer framework. After a few wrong turns, I feel like I’ve finally gotten a handle on it.
Whi...