Creator and Deployment
Hi,
If one were to doploy a Creator built web application project as a war file to install on another application server, will the Java database (Derby) and connections to it be deployed along with it automatically ?
Is Java Database good and fast for web applications or is it just to develop on. Imagine an application with 100 concurrent users browsing and buying books online. Would you use Java Database for this ?
Thanks,
JC
[461 byte] By [
joboc11] at [2007-11-26 7:01:49]

# 1
This might begin to answer the first question:
http://java.sun.com/developer/technicalArticles/J2SE/Desktop/javadb/
Derby is a jar file, so you should be able to bundle it with your typical build/deploy scenario.
Since its former owners of Cloudscape were Informix and IBM, it should be robust enough for your described use.
Background is easily googled:
http://www-306.ibm.com/software/data/cloudscape/
http://www.weblogic.com/docs51/techsupport/cloudscape.html
http://www.theserverside.com/news/thread.tss?thread_id=27721