Re: resultset question

2003-02-07 Thread Partha Ranjan Das
yes. consult Professional java programming from wrox. -Original Message- From: ramachandra [mailto:[EMAIL PROTECTED]] Sent: Friday, February 07, 2003 12:59 PM To: [EMAIL PROTECTED] Subject: Re: resultset question If the RowSet is uses a disconnected resultset.Then as you only told

result question

2003-02-07 Thread ramachandra
Can any body tell me the answer for this: If the RowSet uses a disconnected resultset.Then as you know know, when you call rs.next() then only the next record is fetched. How the RowSet fetches the next record if the resultset is disconnected.. Will the RowSet stores the resultset in

Re: resultset question

2003-02-07 Thread Ritesh Gupta
Will the RowSet stores the resultset in RAM? Yes. Its something like a JavaBean kind of implementation of a ResultSet. Hence its unsuitable for holding large amount of data at one go. Then as you only told when you call rs.next() then only the next record is fetched. How the

Re: resultset question

2003-02-07 Thread ramachandra
Dear friend, When you call rs.next() Will the resultset fetches the next record from the database or will it from the resultset returned by your SQL QueryIf it is from the database will it be feasible? or it is from the resultset returned by your SQL query then

Re: Dynamic jpeg generation

2003-02-07 Thread Bengt Bäverman
Note that versions prior to JDK 1.4 did not support this on headless machines, i.e. servermachines without a graphics card. If you need to generate graphics on such a machine with an earlier JDK, there are some Java-based substitutes for the AWT parts. I'm sorry that I cannot be more specific,

Re: Dynamic jpeg generation

2003-02-07 Thread Geert Van Damme
Check out my graffiti wall for an example Http://www.darling.be/wall.html Geert Van Damme -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]] On Behalf Of Partha Ranjan Das Sent: vrijdag 7 februari 2003 6:52 To:

Re: reg tutorial for Websphere and DB2

2003-02-07 Thread Vikramjit Singh
hi, you should check out this site, nice information on websphere related products. http://www.e-promag.com/epsubscriptions/index_new3.cfm vikram. -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of karthik

SSI in TOMCAT - A bit off-topic!

2003-02-07 Thread Bob Prah
Has anyone activated Server Side Include(SSI) in Tomcat 4.1 ? I have followed the normal instruction under Apache's Tomcat website, including : 1. Renaming servlets-ssi.renametojar to servlets-ssi.jar in directory CATALINA_HOME/server/lib/ ; 2. Uncommented

Re: reg tutorial for Websphere and DB2

2003-02-07 Thread Zerbe John W
WebSphere library: http://www-3.ibm.com/software/webservers/appserv/library/ A number of websphere related Red Books: http://www-1.ibm.com/support/search.wss?rs=180tc=SSEQTPdc=DA700 DB2 info: http://www-3.ibm.com/software/data/ I would start with the Red Books. -Original Message-

Re: resultset question

2003-02-07 Thread V.Jagadesh Lee
Hi, rs.next() will return next row from the result set returned by query. Lee -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]] On Behalf Of ramachandra Sent: Friday, February 07, 2003 2:11 PM To: [EMAIL PROTECTED]

Word API

2003-02-07 Thread Wesley Choate
Just to see if there is anyway to do this. I am needing to create an application that will display a Microsoft Word document that has fields defined in it. Then the user can modify these fields, and then save these fields back to a database. I know you can do this using Active X and such, but

Re: Word API

2003-02-07 Thread Karau, Joe
There is support for reading and writing microsoft formatted documents (.doc and .xsl for sure) on the jakarta web-site. Don't recall the names of the api's right now (POI?). I haven't started using them yet, but from what I read about them I am planning on using the .xsl one api in a similar

Re: Dynamic jpeg generation

2003-02-07 Thread Dmitry Namiot
Has anybody worked on dynamic generation of jpeg, gif images using some API? How can it be done? I need to use one such thing. Thanks in advance. See for example Jpeg taglib from Coldtags suite: http://www.servletsuite.com/jsp.htm -- Coldbeans Software - server-side Java (tm) components