Re: looping through System.getProperties()?

2006-09-22 Thread Ken Robinson
) and concatenating a string value, in this case br to the get value. Hope this helps without doing it for you!!! Enjoy - Ken Robinson [EMAIL PROTECTED] www.shoutstream.com -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL

Re: How to trigger an event to fetch data from DB?

2005-08-18 Thread Ken Robinson
That's a pretty wide open question. There really is no need to trigger the fetch from the dB. I guess the question is how extensive does your data access need to be for your entire application. Is it only the product list? What Type of database is it? -Original Message- From: A mailing

Re: How to trigger an event to fetch data from DB?

2005-08-18 Thread Ken Robinson
Try the following: Add a JNDI data resource in your server.xml file?? Add a reference to that JNDI resource inside of your application's context. Create a class to access the JNDI resource Create a class that mirrors or maps the data from your database Run the query and populate your mapped

Re: passing form field to an xml document

2005-03-07 Thread Ken Robinson
Are you coding in jsp? If so, you may want to check out the following link. Although this deals with webservicec, it allows you to create a java object for the xml document, and work with the file. I'm sure if you use this along with the tag libs you can generate something useful to manipulate

Re: Newbie question about using the JAR file

2004-12-13 Thread Ken Robinson
Be sure to reference activation.jar and mail.jar in your system classpath. This is the reference in my system. C:\Apache\Tomcat\common\lib\jdom.jar;C:\Apache\Tomcat\common\lib\mail.ja r;C:\Apache\Tomcat\common\lib\activation.jar In regards to calling it, I don't believe you actually use