suggestions on tracking user activity

2001-10-18 Thread Bill G
Hi, Given that each user in the application has a unique ID and each link, button, etc. on every page also has a uniques ID, what would be a good way to track all user activity with MANY simultaneous users in a Struts/EJB environment ? Bill G...

RE: Struts DB example

2001-10-04 Thread Bill G
Bill Check out TeaTimeJ Web TimeSheet www.teatimej.com. It is a STRUTS 1.0+ based application and it uses Castor JDO to maintain records in a MySQL database. Regards Michael Mok -Original Message-From: Bill G [mailto:[EMAIL PROTECTED]]Sent: Thursday, 4

Struts DB example

2001-10-03 Thread Bill G
I'm looking for a working Struts DB example that demonstrates the following; Four screens - insert a record, update a record, delete a record and select records From one table with 3 columns ID, FirstName, LastName. I've looked around various places and cannot find this. Thanks!

RE: Struts DB example

2001-10-03 Thread Bill G
simple - Original Message - From: Bill G [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 03, 2001 3:19 PM Subject: Struts DB example I'm looking for a working Struts DB example that demonstrates the following; Four screens - insert a record, update a record, delete

RE: Struts DB example

2001-10-03 Thread Bill G
. -Original Message- From: Bill G [mailto:[EMAIL PROTECTED]] Sent: Thursday, 4 October 2001 9:50 AM To: [EMAIL PROTECTED] Subject: RE: Struts DB example Francisco, That is not a database example. Thanks though. -Original Message- From: Francisco Hernandez [mailto

RE: Struts DB example

2001-10-03 Thread Bill G
use, and which JDBC driver you use, and anything else you choose to layer on that (app server, connection pooling, etc.). You should consult those sources and the web for more examples. Cheers, Brett -Original Message-From: Bill G [mailto:[EMAIL PROTECTED]]Sent

RE: MS SQL JDBC Drivers?

2001-08-17 Thread Bill G
I like JSQLConnect. You can find it at http://www.j-netdirect.com/ Bill G... -Original Message- From: Mikkel Bruun [mailto:[EMAIL PROTECTED]] Sent: Friday, August 17, 2001 3:05 AM To: '[EMAIL PROTECTED]' Subject: OT: MS SQL JDBC Drivers? Hi Guys, A little of topic, but anyways

RE: JBuilder 5, Struts 1.0 WebLogic 6.0, a Tutorial

2001-08-09 Thread Bill G
Markus, Nice Work! You should check out Ken Sipe's presentation of Struts at Borcon. The slides and all required resources are at http://www.borland.com/conf2001/updates/ look for presentation 3148. Bill Gfroehrer... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: jbuilder5

2001-08-09 Thread Bill G
Thanks Anthony!!! -Original Message- From: Anthony Martin [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 09, 2001 10:50 AM To: '[EMAIL PROTECTED]' Subject: RE: jbuilder5 Here are my revised steps for starting a Struts Project in JBuilder5. I'd appreciate any comments. If something

RE: Problem uploading MS-Word documents

2001-08-07 Thread Bill G
Just a guess, but it sounds like a MIME type issue. Perhaps your server or service provider needs to add that word.doc MIME type to the recognized file types. -Original Message-From: Eduardo Fujii [mailto:[EMAIL PROTECTED]]Sent: Tuesday, August 07, 2001 2:44 PMTo: [EMAIL

RE: JBuilder w/Struts Support

2001-08-02 Thread Bill G
- From: Anthony Martin [mailto:[EMAIL PROTECTED]] Sent: Mittwoch, 1. August 2001 22:55 To: '[EMAIL PROTECTED]' Subject: RE: JBuilder w/Struts Support Only steps 7 and 8 are effected by this. -Original Message- From: Bill G [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 01, 2001 1

RE: JBuilder w/Struts Support

2001-08-01 Thread Bill G
Anthony, I am trying to implement your solution and need some clarification on steps 1 and 2. Step 1 question - The instruction that come with the downloaded files from Borland (Nostruts.zip webinfextension.zip) indicate that the JAR files need to be placed into c:/jbuilder5/lib/ext which is

RE: JBuilder w/Struts Support

2001-08-01 Thread Bill G
, this would explain it. Anthony -Original Message- From: Bill G [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 01, 2001 1:06 PM To: [EMAIL PROTECTED] Subject: RE: JBuilder w/Struts Support Anthony, I am trying to implement your solution and need some clarification on steps 1 and 2. Step

RE: JBuilder w/Struts Support

2001-08-01 Thread Bill G
and 8 are effected by this. -Original Message- From: Bill G [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 01, 2001 1:52 PM To: [EMAIL PROTECTED] Subject: RE: JBuilder w/Struts Support Hi Anthony, This might explain why the .TLD files weren't moving over. If this is true

RE: Struts w/JBuilder 5

2001-07-30 Thread Bill G
Saw the following in borland.public.jbuilder newsgroup. - We use struts with JBuilder 4 5 no problem, and problem you describe can be avoided. Instead of using the default 'context' to store your web app.,Create another 'context' say

RE: java report article says bye-bye struts

2001-06-19 Thread Bill G
? -Original Message- From: Bill G [mailto:[EMAIL PROTECTED]] Sent: Monday, June 18, 2001 5:04 PM To: [EMAIL PROTECTED] Subject: RE: java report article says bye-bye struts Hi Craig, Although excellent in dealing with Web-based applications, Struts is not ready to take on EJB. This is a concern

RE: java report article says bye-bye struts

2001-06-19 Thread Bill G
and attributed the Struts is not ready to take on EJB to you. Please forgive me. I should have read closer, but just found the quote so pompous and uninformed I couldn't resist. JohnH -Original Message- From: Bill G [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 19, 2001 3:19 PM To: [EMAIL

RE: java report article says bye-bye struts

2001-06-18 Thread Bill G
Hi Craig, Although excellent in dealing with Web-based applications, Struts is not ready to take on EJB. This is a concern of mine as well but as a newbie to this technology, I am wondering how to adopt the Struts framework knowing that I will move to EJB's. Is it worth starting with Struts