Re: Query on Struts

2005-04-07 Thread Thakur Vishwesh Singh
Hello Sandeep,
 There is enough documentation on the site and over the internet as well.
And after you've set up an application on struts it would be better if you
build the source code and analyse the same along with your web application.

-Thakur



-Original Message-
From: sagar [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 07, 2005 3:30 PM
To: JSP-INTEREST@JAVA.SUN.COM
Subject: Re: Query on Struts


kindly throw some light on struts.
sandeep.







On Tue, 5 Apr 2005, Neetu S. wrote:

 Hi Veerendra,

 I am also getting the same error which u got while starting ur first strut
 application.
 pls help me for resolving the errors.

 Thanx in advance,
 neetu


===
 To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
JSP-INTEREST.
 For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
DIGEST.

 Some relevant archives, FAQs and Forums on JSPs can be found at:

  http://java.sun.com/products/jsp
  http://archives.java.sun.com/jsp-interest.html
  http://forums.java.sun.com
  http://www.jspinsider.com


===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com


Re: Query on Struts

2005-04-07 Thread Thakur Vishwesh Singh
try searching google with Struts Tutorial.
I got the following ones :
http://javaboutique.internet.com/tutorials/Struts/
http://www.coreservlets.com/Apache-Struts-Tutorial/ - This one appears to be
a better one.



-Original Message-
From: sagar [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 07, 2005 4:44 PM
To: JSP-INTEREST@JAVA.SUN.COM
Subject: Re: Query on Struts


On Thu, 7 Apr 2005, Thakur Vishwesh Singh wrote:
Dear Thakur,
yep i have been working on java and jsp i have tried going on a book on
struts.
it says about login and action and to do.
i will try the internet and then get back.




sandeep.




 Hello Sandeep,
  There is enough documentation on the site and over the internet as well.
 And after you've set up an application on struts it would be better if you
 build the source code and analyse the same along with your web
application.

 -Thakur



 -Original Message-
 From: sagar [mailto:[EMAIL PROTECTED]
 Sent: Thursday, April 07, 2005 3:30 PM
 To: JSP-INTEREST@JAVA.SUN.COM
 Subject: Re: Query on Struts


 kindly throw some light on struts.
 sandeep.







 On Tue, 5 Apr 2005, Neetu S. wrote:

  Hi Veerendra,
 
  I am also getting the same error which u got while starting ur first
strut
  application.
  pls help me for resolving the errors.
 
  Thanx in advance,
  neetu
 
 

===
  To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
 JSP-INTEREST.
  For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
 DIGEST.
 
  Some relevant archives, FAQs and Forums on JSPs can be found at:
 
   http://java.sun.com/products/jsp
   http://archives.java.sun.com/jsp-interest.html
   http://forums.java.sun.com
   http://www.jspinsider.com
 


===
 To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
 JSP-INTEREST.
 For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
 DIGEST.

 Some relevant archives, FAQs and Forums on JSPs can be found at:

  http://java.sun.com/products/jsp
  http://archives.java.sun.com/jsp-interest.html
  http://forums.java.sun.com
  http://www.jspinsider.com


===
 To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
JSP-INTEREST.
 For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
DIGEST.

 Some relevant archives, FAQs and Forums on JSPs can be found at:

  http://java.sun.com/products/jsp
  http://archives.java.sun.com/jsp-interest.html
  http://forums.java.sun.com
  http://www.jspinsider.com


===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com


Re: Design Pattern

2004-11-19 Thread Thakur Vishwesh Singh
And we must add the mother pattern book: Design Patterns: Elements of
Reusable Object-Oriented Software
This is a real good book with lucid explanation and gives nice insight into
the patterns.
For struts apart from the books directly working on its source rather than
the built jars would be far more helpful. Once we see the source in action
it settles better in memory :-)

Regards
Thakur Vishwesh Singh


-Original Message-
From: Peter Dolukhanov [mailto:[EMAIL PROTECTED]
Sent: Friday, November 19, 2004 3:41 PM
To: [EMAIL PROTECTED]
Subject: Re: Design Pattern


The J2EE Core Patterns book is very good:

http://www.amazon.com/exec/obidos/tg/detail/-/0130648841/ref=ase_corej2eepat
te-20/102-8754157-7114523?v=glances=books

There is an online reference for it:

http://java.sun.com/blueprints/corej2eepatterns/index.html

As well as the J2EE section:

http://java.sun.com/blueprints/patterns/

Struts Tutorials:

http://struts.apache.org/userGuide/index.html
http://javaboutique.internet.com/tutorials/Struts/
http://www.roseindia.net/struts/

Struts Books:

http://www.amazon.co.uk/exec/obidos/ASIN/1930110502/qid=1100858988/ref=pd_ka
_0/026-2083999-9721233
http://www.amazon.co.uk/exec/obidos/ASIN/0596006519/qid=1100858988/ref=pd_ka
_3/026-2083999-9721233
http://www.amazon.co.uk/exec/obidos/ASIN/0764544373/qid=1100858988/ref=pd_ka
_8/026-2083999-9721233


Regards,
Peter Dolukhanov


-Original Message-
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED] On Behalf Of RimZim Sinha
Sent: 19 November 2004 10:01
To: [EMAIL PROTECTED]
Subject: Design Pattern

Can someone suggest a good online  tutorial\book  on Design patterns and
struts

Regards
rimzim

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com


Re: Seeking help

2004-09-22 Thread Thakur Vishwesh Singh
I do agree that the answers should not be offending.


-Original Message-
From: Adrian Rivers [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 21, 2004 10:38 PM
To: [EMAIL PROTECTED]
Subject: Re: Seeking help


Is a response like this necessary..?

Simply click the delete messagehow difficult is that?


-Original Message-
From: Mark Galbreath [mailto:[EMAIL PROTECTED]
Sent: Monday, September 20, 2004 8:08 PM
To: [EMAIL PROTECTED]
Subject: Re: Seeking help


And you should probably keep programming in VB if you have to get on a
mailing list to ask.  Ever hear of the java.sun.com website?  There are
extensive tutorials for every aspect of the Java programming language.

And while you are at it,
http://www.catb.org/~esr/faqs/smart-questions.html would do you, and
many others here, a boat-load of insight.  But then, maybe not.

Mark


Kholofelo Makau wrote:

Hi everyone

I am new to JSP can you please help me on getting started because I
have been trying , ut with no success

kholo

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com





===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com


Re: server-side caching to avoid losing client work-in-progress

2004-08-10 Thread Thakur Vishwesh Singh
You can user javascript timers to make repeated posts of your data to the
server from the page until your client timeout/server timeout happens.

-Original Message-
From: Dean, Michael D. [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 10, 2004 4:44 AM
To: [EMAIL PROTECTED]
Subject: server-side caching to avoid losing client work-in-progress


We have a web application where users often take an extended period of time,
due to research needs and info gathering, to populate a target document
before saving to the server side. Often, the system timeout expires or local
gremlins occur, etc.. We've discussed using notification pop-ups and a
JavaScript timer to advise the users to save their work but what if the
user has walked away from the desktop when the pop-up emerges?   I'm
wondering if there are viable strategies for auto-magically flushing
in-process work to the server-side for caching within the ServletContext?
What would be a viable key for storing the in-process work object in the SC?

Anybody got any primers on this topic?


TIA,

Michael Dean
Sun Certified Programmer for the Java 2 Platform
Washington State Department of Corrections
ph: 360-570-6928
fx:  360-586-1333
mailto://[EMAIL PROTECTED]

Iron sharpeneth iron;
so a man sharpeneth the countenance of his friend
 - Proverbs 27:17

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com


Re: Web appliction is getting hanged....

2004-07-12 Thread Thakur Vishwesh Singh
Hi Manish,
 Tuning has many aspects but identifying the problem area is the first in
the todo list. You can use many of the available profilers to identify where
your application is consuming most of the time and then you can proceed
further. You may want to use JProbe

-Original Message-
From: Manish Malhotra [mailto:[EMAIL PROTECTED]
Sent: Monday, July 12, 2004 9:52 AM
To: [EMAIL PROTECTED]
Subject: Web appliction is getting hanged


Hi,
Im working on WEB Application and server is WAS5.1.
Im doing load testing on my applciation but unfortunately it failed.
And the results are also abrupt. Like some times it hanged after 10
simultaneous request. Some time goes upto 20 users an then hanged.
The use / work of the tested screen is to insert data in the Oracle 9i
tables. And no heavy searching is going on. But before inserting it fires a
select query to check that the data which needs to be inserted is already
present or not. If not then insert data.

So, this is the scenario.
Can some body please suggest any tips for performance upgradation for this
kind of functionality.
Quick reply is highly appreciable. Im in very much need.

Thanks in advance.

regards,
Manish Malhotra

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com


Re: Web appliction is getting hanged....

2004-07-12 Thread Thakur Vishwesh Singh
Hi Manish,
 Jprobe helps you to trace the complete execution path. It gives you the
analysis at runtime. You can download JProbe and the instructions are pretty
clear. Configuring that is easy for app servers. It'll give you a dropdown
for choosing app server. I hope your server is listed there.

-Thakur Vishwesh Singh

-Original Message-
From: Manish Malhotra [mailto:[EMAIL PROTECTED]
Sent: Monday, July 12, 2004 12:50 PM
To: [EMAIL PROTECTED]
Subject: Re: Web appliction is getting hanged


He Vishvesh,

Can you tell me how to see identify the hang point. And how to use Jprobe.
I heard something about the J2EE testign using some tool. But I dnt know
much. As Im novice.
Can you please help me to use this.

My architecture is :
(HTTPConnection / JSP)-- Servlet -- Handler -- BusinessDelegate --
Helper -- BusinessDelegate --  State Less SessionBean --
DataAccessObejct (DAO) --  DATABASE (Oracle 9i).



Manish

-Original Message-
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED] Behalf Of Thakur Vishwesh Singh
Sent: Monday, July 12, 2004 12:36 PM
To: [EMAIL PROTECTED]
Subject: Re: Web appliction is getting hanged


Hi Manish,
 Tuning has many aspects but identifying the problem area is the first in
the todo list. You can use many of the available profilers to identify where
your application is consuming most of the time and then you can proceed
further. You may want to use JProbe

-Original Message-
From: Manish Malhotra [mailto:[EMAIL PROTECTED]
Sent: Monday, July 12, 2004 9:52 AM
To: [EMAIL PROTECTED]
Subject: Web appliction is getting hanged


Hi,
Im working on WEB Application and server is WAS5.1.
Im doing load testing on my applciation but unfortunately it failed.
And the results are also abrupt. Like some times it hanged after 10
simultaneous request. Some time goes upto 20 users an then hanged.
The use / work of the tested screen is to insert data in the Oracle 9i
tables. And no heavy searching is going on. But before inserting it fires a
select query to check that the data which needs to be inserted is already
present or not. If not then insert data.

So, this is the scenario.
Can some body please suggest any tips for performance upgradation for this
kind of functionality.
Quick reply is highly appreciable. Im in very much need.

Thanks in advance.

regards,
Manish Malhotra

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com


Re: JSP/Servlet/JDBC application development and naming conventio ns/advices

2004-07-07 Thread Thakur Vishwesh Singh
You may want to check out struts framework if you are developing a webapp
following MVC pattern.
It would save you a lot of work although you'll have to read about it first
which may take a little while.

-Original Message-
From: Franck Vogue [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 07, 2004 4:49 PM
To: [EMAIL PROTECTED]
Subject: JSP/Servlet/JDBC application development and naming
conventions/advices


Hello,



I'm currently developing an application based on the MVC2 paradigm, using
JSP/Servlet/JDBC. I would like to know if there are any standard

or naming conventions for naming the several classes that are involved in
such architecture.



For example, for one query to the DB, based on a form, there is at least a
controller servlet, a java bean, a business logic class that executes a SQL
statement. Is there any rules/convention/advice for naming all these classes
which will help organizing all the code.



Many thanks in advance!

Franck



-
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com


Re: Display of values changing with time.

2004-05-31 Thread Thakur Vishwesh Singh
Any such printing that you want has to be ultimately be done using
javascript only. Good practice however advices that you should have the
javascript functions organised in a hierarchy and the jsp should include
the necessary javascript files.

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com