I might have one for youlet me know if you found it or not.
-Original Message-
From: Teh Noranis Mohd Aris [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 30, 2007 9:48 PM
To: Tomcat Users List
Subject: Re: Servlet and Random Access File
I would like to refer to an example servlet
I see there's still a lot of options on the table and the only part
that has anything to do with tomcat is the user interface.
A good starting point might be to look at database backed webapps with a
similar UI. All you'd have to do to them is change the persistence from
a database to fil
find the code and stick it in your
servlet.
On the servlet side read up on forms, and displaying dB records
Good Luck
- Original Message -
From: "Teh Noranis Mohd Aris" <[EMAIL PROTECTED]>
To: "Tomcat Users List"
Sent: Thursday, May 31, 2007 4:48 AM
I would like to refer to an example servlet where I can add fields (such as
name, staff number, etc...) to a random access file and view the file
information by accessing the field (eg. staff number). Please help. Thank you.
Yours Sincerely,
TEH
David Smith <[EMAIL PROTECTED]> wrote:
The key phrase here is "...that really suits my needs." Could you
provide more information? Your question is a rather generic one not all
that specific to java servlets.
--David
Teh Noranis Mohd Aris wrote:
Hello All,
Does anyone have an example of a servlet program that uses random a