Re: JSP application conversion to a disconnected mode

2002-09-07 Thread steven martin
Thanks for the addition of resin and jboss. Several applications run on a client box hosted by itself. === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with

Re: JDBC Datasources on the Internet?

2002-09-07 Thread steven martin
mysql.com very standard Peter Kleczka wrote: > Date: Fri, 6 Sep 2002 17:39:09 -0700 > From: Peter Kleczka <[EMAIL PROTECTED]> > Subject: JDBC Datasources on the Internet? > To: [EMAIL PROTECTED] > > Hi > > Anyone know of any publically JDBC accessable databases > on the Internet? --

Re: Tutorials...

2002-09-07 Thread Jay
For JSP : http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/JSPIntro.html and For MVC : http://java.sun.com/blueprints/guidelines/designing_enterprise_applications_ 2e/web-tier/web-tier5.html - Original Message - From: "Paul Toyn" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, S

Re: Data from a tag library

2002-09-07 Thread Jay
Do this: Peace, Jay === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found

A doubt on use Java within JavaScript: object javaObject of JavaScript.

2002-09-07 Thread [EMAIL PROTECTED]
I would like create an object of any class written in Java for me, within JavaScript, but the sentence: var= new< Package>.< Class> ()inside a JavaScript code , which it create an object javaObject in JavaScript, only it operate me if< Package> it is a Package included in the JSDK. May b