Site Layout tool

2001-03-31 Thread Erwin

Hi again guys,

Do u know of any good tool for viewing the layout of a site? I want to
picturize the site - the interlinking between all the pages.
I don't like the tree-kind-of-structure in Dreamweaver3

thanks in advance
-Erwin

===
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 at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



[OT] UML tools

2001-03-31 Thread Erwin

Hi people,

Does anyone know any good UML tool for Windows?
Rational Rose sounds good, but it's a huge download. I also came across a
few freewares but they were all for Unix.

I need something quick, for my JSP project.

By the way, do u guys normally use UML tools for designing a JSP project?
Are there any other better methods for JSP projects?

Thanks a ton, guys

-Erwin

===
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 at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: [OT] UML tools

2001-03-31 Thread Michal Trojanowski

Hi. I'm using Rational Rose with UML Web Extension. It's described at:
http://www.conallen.com/technologyCorner/webextension/welcome.html

But I've never succeeded to generate code from this extension. Did
anybody try to do that?

Michal

A propos - PaintBrush is very quick :)

- Original Message -
From: "Erwin" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, March 31, 2001 11:05 AM
Subject: [JSP-INTEREST] [OT] UML tools


 Hi people,

 Does anyone know any good UML tool for Windows?
 Rational Rose sounds good, but it's a huge download. I also came
across a
 few freewares but they were all for Unix.

 I need something quick, for my JSP project.

 By the way, do u guys normally use UML tools for designing a JSP
project?
 Are there any other better methods for JSP projects?

 Thanks a ton, guys

 -Erwin


==
=
 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 at:

  http://java.sun.com/products/jsp/faq.html
  http://www.esperanto.org.nz/jsp/jspfaq.html
  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===
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 at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: [OT] UML tools

2001-03-31 Thread Martin Cooper

You might want to take a look at TogetherJ, at:

http://www.togetherj.com

--
Martin Cooper

- Original Message -
From: "Erwin" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, March 31, 2001 1:05 AM
Subject: [OT] UML tools


 Hi people,

 Does anyone know any good UML tool for Windows?
 Rational Rose sounds good, but it's a huge download. I also came across a
 few freewares but they were all for Unix.

 I need something quick, for my JSP project.

 By the way, do u guys normally use UML tools for designing a JSP project?
 Are there any other better methods for JSP projects?

 Thanks a ton, guys

 -Erwin


===
 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 at:

  http://java.sun.com/products/jsp/faq.html
  http://www.esperanto.org.nz/jsp/jspfaq.html
  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===
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 at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Please help - it's urgent

2001-03-31 Thread Srinivasan Kannan

Hi friends,

We have developed a web-based application called
Personal Portfolio System in our
company using JSP, JavaBean, MySql, Apache Web Server
 New Atlanta ServletExec Application
Server. Intially our company has planned to distribute
it as a standalone application to
Home users. I have a few questions with regard to
distribution and installation of this
application.

1. Is there any free install tool through which i can
create an installation kit for our web application.

2. Since we have embedded most of our Java code within
the JSP page (even though this is not the correct way
to do) i want to know whether there is any way to
prevent the user from seeing the code of the JSP page
itself. Now we dont have any option ( because of time
factor ) of converting all the Java code into a bean
or the whole page into a servlet.

3. In the case of MS Access we can give our client(s)
with just the .mdb file with the tables created in it.
Is there anything similar in MySql database also or
else we have to install MySql in our client's system
and create all the tables required for our application
which will be a tedious effort on our part.

4. With regard to Web  Application (servlets/jsp
enabled) server is there any ** free ** integrated
server which includes both Web  Application server in
it.

5. In short we want our JSP based application to run
on our client's system ( Standalone system ) with
minimal installation.


Thanks in advance

Srinivasan.































__
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail.
http://personal.mail.yahoo.com/?.refer=text

===
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 at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Tomcat dir error

2001-03-31 Thread Andrius Cepaitis

I get an error while browsing the directory structure in Tomcat 3.2.1.

Can anybody tell what is wrong here?

TNX!
Andrius

-


Directory Listing for:/tasklist/jsp/prekes
Up to:/tasklist/jsp

Files:
   excel.jsp  1.1 KBPn, 30 Kov 2001 17:27 GMT+03:00
   filesystem.attributes  1.2 KBError: 500
Location: /tasklist/jsp/prekes
Internal Servlet Error:

java.io.IOException: Not an ISO 8859_1 character:?
 at
org.apache.tomcat.core.BufferedServletOutputStream.print(BufferedServletOutp
utStream.java:221)
 at
org.apache.tomcat.request.DirHandler.doService(StaticInterceptor.java:642)
 at org.apache.tomcat.core.Handler.service(Handler.java:286)
 at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
 at
org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:79
7)
 at org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
 at
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpC
onnectionHandler.java:210)
 at
org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
 at
org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)
 at java.lang.Thread.run(Thread.java:484)

===
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 at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: [OT] UML tools

2001-03-31 Thread David Baum

Hi Erwin,

I usually use Rose, but I have also used several other tools. I was
impressed by TogetherSofts Controll Center (
http://www.togethersoft.com/) - model in UML and watch as your Java code
is written - pretty cool. A drawback is that this is a _large_ and
therefor _slow_ program. It's written i Java, so you can run it anywere,
but make sure you're processor is fast enough and that you have lots of
RAM :)

/d.

-Original Message-
From: Erwin
Sent: la 31.03.2001 11:05
To: [EMAIL PROTECTED]
Cc:
Subject: [OT] UML tools



Hi people,

Does anyone know any good UML tool for Windows?
Rational Rose sounds good, but it's a huge download. I also came
across a
few freewares but they were all for Unix.

I need something quick, for my JSP project.

By the way, do u guys normally use UML tools for designing a JSP
project?
Are there any other better methods for JSP projects?

Thanks a ton, guys

-Erwin



===
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 at:

  http://java.sun.com/products/jsp/faq.html
  http://www.esperanto.org.nz/jsp/jspfaq.html
  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets


===
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 at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: urgent, help on sorting records in xml?

2001-03-31 Thread cedric sk chin

hi santosh,

thanks for your reply.

i use the following to sort my records.
xsl:for-each select="favouritecars/item" order-by="car"

by the way, is there anyway in XSLT that i can specify my how many records to return?  
sorry, but i am new to XSLT and XML, i notice that i can't add in a form tag(button or 
text) in the XSL document.so how do i go about to do this?

i actually put response.setContentType("text/xml") in my jsp, so that an xml doc is 
output and transformed into html using xsl by IE itself, my question is, is the 
solution workable?  or is there any other solutions out there?

thanks and best regards,
cedric
A mailing list about Java Server Pages specification and
  reference [EMAIL PROTECTED] wrote:

 You can use XSL to sort XML nodes before processing

 Here's some sample code

 sort.xslt

 table border="1"
 xsl:for each select="servlet"


 xsl:sort select="servlet_name" data_type="text"/

 tr
 td
 xsl:apply-templates
 /td
 /tr
 /table


 try this
 Santosh






 cedric sk chin [EMAIL PROTECTED] on 03/30/2001 10:23:20 AM

 Please respond to A mailing list about Java Server Pages specification and
   reference [EMAIL PROTECTED]

 To:   [EMAIL PROTECTED]
 cc:(bcc: Santosh Daryani/IT/Aon Consulting)

 Subject:  urgent, help on sorting records in xml?



 hi fellow developers,

 can anyone give me some ideas on how to sort records in xml?  perhaps a sample
 code would do, i need this urgently, i'm using jdom as my back-end.

 appreciate if anyone could shed some light on this

 thanks for any help and suggestions.

 ced.

 for example in this xml file, how do i sort it by the servlet name:
 ?xml version="1.0" encoding="ISO-8859-1"?
 web-app
 servlet
 servlet-name
 snoop
 /servlet-name
 servlet-class
 SnoopServlet
 /servlet-class
 /servlet

 servlet
 servlet-name
 login
 /servlet-name
 servlet-class
 LoginServlet
 /servlet-class
 /servlet

 servlet
 servlet-name
 file
 /servlet-name
 servlet-class
 ViewFile
 /servlet-class
 /servlet


 /web-app
 __
 Get your own FREE, personal Netscape Webmail account today at
 http://webmail.netscape.com/

 ===
 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 at:

  http://java.sun.com/products/jsp/faq.html
  http://www.esperanto.org.nz/jsp/jspfaq.html
  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

 ===
 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 at:

  http://java.sun.com/products/jsp/faq.html
  http://www.esperanto.org.nz/jsp/jspfaq.html
  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

__
Get your own FREE, personal Netscape Webmail account today at 
http://webmail.netscape.com/

===
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 at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



jsp + jdbc + unicode?

2001-03-31 Thread Andrius Cepaitis

Hello

We need to:

1. Design a MSSQL 2000 database to store text for multiple languages
(English, Russian and Lithuanian)

2. Use HTML form to enter text in different languages.

2. Use JDBC (java.sql.*) to store text from HTML form in the database.

3. Retrieve data from the database to Java string.

4. Display data from the database in HTML form for Web client.

!! PROBLEM !!

Now we get a problem. This all works fine with default SQL SERVER character
set. But we get problems with character set for other languages...

Please help us :)


We use java.sql.Statement.executeUpdate("INSERT INTO table ...") to insert
data to database and java.sql.Statement.executeQuery("SELECT * FROM table")
to retrieve. I also tried PreparedStatement.


TNX,
Andrius

===
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 at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: Throwing Exceptions

2001-03-31 Thread kuttappan

Is there any particular reason why you don't use Beans or XML. It can really
make life simple.

Rohit.
- Original Message -
From: "Ashton, David" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, 29 March, 2001 9:57 PM
Subject: Throwing Exceptions


 Hello,

 Wonder if any of you can help me, I am trying to write using JSP (no beans
 or anything at this stage) which authenticates a user using the
 getRemoteUser() method. Not difficult to do this I know, however being new
 to JSP I am wondering if and how I can throw an exception if what is
 returned from getRemoteUser() does not meet my criteria, if it does meet
my
 criteria I need to call another method which does further validation
before
 storing the results.

 I have been looking at this for about three hours and seem to just go
round
 in circles... can anyone point me in the right direction or highlight some
 code snippets they have used in the past to do this, I will endeavour to
 return the favour in future!

 Cheers

 Dave


===
 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 at:

  http://java.sun.com/products/jsp/faq.html
  http://www.esperanto.org.nz/jsp/jspfaq.html
  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.237 / Virus Database: 115 - Release Date: 07/03/2001

===
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 at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: Please help - it's urgent

2001-03-31 Thread Fei Li

1. According to my knowledge there is no free installer for client site Java
application but I wrote one for myself in c++.

2. Why do you think client will see your JSP? Never. Your web server will
compile JSP to Servlet and Servlet will output HTML to client when people
visit that JSP. You do not need hide anything because they are perfect.

3. cannot tell

4. How about Apache Tomcat?

I am a little confused about your project. You talk web server and
standalone application. Do you want to run Java application from client
machine to access your web server instead of browsers?


-Original Message-
From: Srinivasan Kannan [mailto:[EMAIL PROTECTED]]
Sent: Saturday, March 31, 2001 3:19 AM
To: [EMAIL PROTECTED]
Subject: Please help - it's urgent


Hi friends,

We have developed a web-based application called
Personal Portfolio System in our
company using JSP, JavaBean, MySql, Apache Web Server
 New Atlanta ServletExec Application
Server. Intially our company has planned to distribute
it as a standalone application to
Home users. I have a few questions with regard to
distribution and installation of this
application.

1. Is there any free install tool through which i can
create an installation kit for our web application.

2. Since we have embedded most of our Java code within
the JSP page (even though this is not the correct way
to do) i want to know whether there is any way to
prevent the user from seeing the code of the JSP page
itself. Now we dont have any option ( because of time
factor ) of converting all the Java code into a bean
or the whole page into a servlet.

3. In the case of MS Access we can give our client(s)
with just the .mdb file with the tables created in it.
Is there anything similar in MySql database also or
else we have to install MySql in our client's system
and create all the tables required for our application
which will be a tedious effort on our part.

4. With regard to Web  Application (servlets/jsp
enabled) server is there any ** free ** integrated
server which includes both Web  Application server in
it.

5. In short we want our JSP based application to run
on our client's system ( Standalone system ) with
minimal installation.


Thanks in advance

Srinivasan.































__
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail.
http://personal.mail.yahoo.com/?.refer=text

===
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 at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===
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 at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: Throwing Exceptions

2001-03-31 Thread Fei Li

You are talking about something that should not your job and normally it is
other people's job. It seems to me you need simple authentication. It is Web
server and Browser and your job. Let me take Apache Web server as an
example:

In server configuration file you tell server which page is protected page
which means user/pass needed and create a encoded password file and tell
server where to check it. When client use browser hit your that page your
server will send a authentication requirement to client and browser will pop
up a window to ask client to identify themselves. Browser will send
user/pass back to server and server will check your file if any match your
server will send the page to client otherwise the server will send
authentication failure web page to user.

If you want do these job by yourself you can create a error page and config
web server. When authentication is failed. In JSP issue command
sendErrorPage() or something I can remember clearly. Check JSP document.


-Original Message-
From: kuttappan [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 30, 2001 7:44 PM
To: [EMAIL PROTECTED]
Subject: Re: Throwing Exceptions


Is there any particular reason why you don't use Beans or XML. It can really
make life simple.

Rohit.
- Original Message -
From: "Ashton, David" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, 29 March, 2001 9:57 PM
Subject: Throwing Exceptions


 Hello,

 Wonder if any of you can help me, I am trying to write using JSP (no beans
 or anything at this stage) which authenticates a user using the
 getRemoteUser() method. Not difficult to do this I know, however being new
 to JSP I am wondering if and how I can throw an exception if what is
 returned from getRemoteUser() does not meet my criteria, if it does meet
my
 criteria I need to call another method which does further validation
before
 storing the results.

 I have been looking at this for about three hours and seem to just go
round
 in circles... can anyone point me in the right direction or highlight some
 code snippets they have used in the past to do this, I will endeavour to
 return the favour in future!

 Cheers

 Dave


===
 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 at:

  http://java.sun.com/products/jsp/faq.html
  http://www.esperanto.org.nz/jsp/jspfaq.html
  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.237 / Virus Database: 115 - Release Date: 07/03/2001

===
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 at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===
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 at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: displaying data in sets

2001-03-31 Thread The Keeney Family

Check out expresso from jcorporate.com.  It's an open source set of component for
attaching to a DB.  It has that capability so you could either use there components
or look at the code.

"S. Jyotinarayan" wrote:

 I want to display data from my database by sets on an internet browser. I
 have displayed the first set of data from the database. I am using JSP and
 the JDBC-ODBC architecture to connect to the MS Access database.
 How could I now on the same page with 'next' and 'previous' buttons for
 example browse through the rest of the records in the database.
 Thanx in advance.
 Jyotinarayan.

 ===
 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 at:

  http://java.sun.com/products/jsp/faq.html
  http://www.esperanto.org.nz/jsp/jspfaq.html
  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===
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 at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



MS Access EJBs

2001-03-31 Thread Erwin

Hi

Does MS Access support CMP (Container Managed Persistence) for EJBs?
Do I have to change any settings?

thanks
Erwin

===
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 at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Whitepaper on Nagasthra Payment Model

2001-03-31 Thread Raja Nagendra Kumar

Hi!

This is w.r.t to my previous mail two months ago on Nagasthra Payment Model.  I
have updated the site www.mpayee.com with the whitepaper. Your comments on the
subject are welcome.

Regards,
Nagendra

===
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 at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets