You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-user@db.apache.org by sa...@twinix.com on 2008/12/17 11:47:42 UTC

Need help in derby and tomcat

See Thread at: http://www.techienuggets.com/Detail?tx=65764 Posted on behalf of a User

Hi all,
I am working on developing a web application where:
first, a script will retrieve data from the Japplet then validate it with information on Database (Apache derby database)
then, it will sent an Ok for the servelat to start the application
then a new script will work to store data that result from the application to another table on the databse

I am using right now the
Apache tomact 5.5 for the Japplet and servlat

and for the Derby database I am using the embedded server that came with it ?

I don't integrate them with each other until now but I want to make sure that it could be happened or not and to know what to do if it couldn't be done


Also, any one can provide me with a tutorial how I can integrate Apache derby database and tomcat through eclipse  



Re: Need help in derby and tomcat

Posted by Bryan Pendleton <bp...@amberpoint.com>.
samk@twinix.com wrote:
> Also, any one can provide me with a tutorial how I can integrate Apache derby database and tomcat through eclipse  

Try these:

http://db.apache.org/derby/integrate/DerbyTomcat5512JPetStor.html

http://db.apache.org/derby/papers/fortune_tut.html

thanks,

bryan