PDA

View Full Version : JBoss, BlazeDS and Spring integration



Frank learning Spring
Dec 29th, 2008, 10:32 PM
How would you start launching Spring BlazeDS Integration on JBoss?
I was supposing that this integration project is based on deploying over Tomcat.
I am still new to JBoss and I just couldn't find a way to get started.

jeremyg484
Jan 5th, 2009, 08:41 AM
There shouldn't need to be anything special done to deploy to JBoss. It's just a basic war deployment unit.

Frank learning Spring
Jan 5th, 2009, 06:52 PM
There shouldn't need to be anything special done to deploy to JBoss. It's just a basic war deployment unit.

Okay i was able to load blazeds to JBoss.
What I've done so far is unzip the blazeds.war to a folder, configure the flex xml files, and startup JBoss successfully.

Next step is with setting up Spring.
I will keep up to date with my progress.