java/j2ee tips and blueprints
java/j2ee tips and blueprints
It is a very sad thing that nowadays
there is so little useless information.
Oscar Wilde
Firefox Download Day 2008
Download the newest version of the Ultimate browser
http://www.spreadfirefox.com/en-US/worldrecord/
get Yours from http://www.spreadfirefox.com/en-US/worldrecord/certificate_form
more...
Workflow Framework Comparison
Workflow / bpm have very short history. But now there a several mature frameworks you can use in open source world.
Today there are lots of projects talking about workflow. most of them have totally different domains. (ERP/CRM/internal) and in response there are lots of frameworks to solve this problem. Here is my experience:
more...
Moving from Tomcat to JBoss
<!–<scope>compile</scope>–>
<scope>provided</scope>
After 5 years I have returned to jboss because I wanted to evaluate JBPM (I’ll write about it later). But this I already knew pitfulls of JEE . Avoid EJBs!.
I downloaded latest stable version of jboss and run it empty to test: no errors, perfect!
I configured my ide (idea 7.0) and run it with a simple jsp application . Awesome still no error. Idea 7.0 realy has a good integration with jboss. Only imported point i you should name exploded folder name with proper suffix (.jar/.war/.ear)
At this what u have out of box :
Jboss-ws
JMS
Hibernate
Quartz
javax.mail
javax.activation
This means when u move from tomcat/jetty to jboss you should change maven dependecies of these projects. They are already ready and running
more...
You can know the name of a bird in all the languages of the world, but when you're finished, you'll know absolutely nothing whatever about the bird... So let's look at the bird and see what it's doing -- that's what counts. I learned very early the difference between knowing the name of something and knowing something.
Richard Feynman
