Nope.
I also tried to do it myself starting from source, but it was too difficult for 
my skills.

I want to share my experience:
my application (same .jar) can run either (1) on thick client (container 
embedded), or (2) distributed server (Tomcat + container embedded), or (3) 
company servers (Tomcat + jboss as + ejb3). Ejb3 makes it possible!

I decided not to use multiple datasources (or databases) within solution 1 & 2. 
This is not a workaround because every table can hosted by the same database as 
there are not scalability or performance issues. Doing so I get also a better 
manageability.
Where I need multiple database is within the third solution, where there will 
be lots of records.
I'm using mysql, so myisam performance gains are visible only within the third 
solution.

So, just think on what you really need.

In every case the original question is still open.

bye 
F

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956263#3956263

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956263

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to