Re: ATG Dynamo vs. JSP

2002-07-03 Thread John Slaman
Can anybody explain about ATG Dynamo? i would like to know st about. Thanks Vaishali Reliance Ind Ltd Ahmedabd Are you lazy? Try http://www.atg.com - it's a J2EE Application Server. "Ronny Van der Perre [Smart IT To: [EMAIL PROTECTED]

Re: Somewhat off-topic: Should I learn WebSphere?

2002-06-13 Thread John Slaman
As I guy who conducts interviews. Having the technology of the products used by the hiring company will help get you the interviews. However, unless you've used them in an industrial setting - the interviewer will quickly see through your thin layer of skills. The best use of your time (assu

Re: A way to share a bean to all users?

2002-06-11 Thread John Slaman
I recommend you use the singleton design pattern for the bean; and make the bean application scope. You declare the bean as application scope - so it's shared across the entire JVM. -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAI

Re: Benchmark Tools - off topic

2002-06-10 Thread John Slaman
A good site for research is www.tpc.org. -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Walter Meyer Sent: Monday, June 10, 2002 1:16 AM To: [EMAIL PROTECTED] Subject: Re: Benchmark Tools You might try J

Re: Recommend cheap/free HTML/JSP Editor for Java Developers

2002-06-07 Thread John Slaman
Thanks to all who replied. I'll be reviewing the suggestions. === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some re

Re: How to call the shall scripts periodically(Time based)

2002-06-06 Thread John Slaman
Most Operating Systems support task schedulers for calling scripts/programs, etc. (Ex AT in widows). I'm not sure why you need to do it from Java... ... but one approach is to write a java client program; have the java program called through the Operating System scheduler, and have the java clien

Re: JavaBean Vs Java Class

2002-06-05 Thread John Slaman
As Zac implies - one requires an instance; the other doesn't. I wouldn't create an instance if it's not going to be used - it will just make life confusing for the guy maintaining the page in 6 months. -Original Message- From: A mailing list about Java Server Pages specification and refe

Recommend cheap/free HTML/JSP Editor for Java Developers

2002-06-03 Thread John Slaman
I’m looking for a cheap or free HTML & JSP editor that give you both source code editing and WYSIWYG. I know there are many available – but I want to know what people are using and recommend. The issue here is we don’t want to get a licensed copy of Dreamweaver for every java guy we have in house