Role of Action Classes when using EJB and Struts

2003-09-26 Thread Kommineni, Sateesh (IndSys)
Hi All, What role does Action classes play when we are using EJB with Struts ? As the core Business Logic is performed by Session Beans which in turn use the Entity Beans for Persistence related operations. So what role does the Action classes play in this scenario . Is it the case that

J2EE Pattern implementing Classes in Struts

2003-09-23 Thread Kommineni, Sateesh (IndSys)
Hi All, Can we identify a one to one mapping between the J2EE Patterns and the classes which implement these patterns in Struts.. I tried identifying the Patterns in the Presentation Tier . Let me know your thoughts.. Intercepting Filters--- Classes Specified using the Plug-in

Reg Token Generation

2003-09-02 Thread Kommineni, Sateesh (IndSys)
Hi All, I would like to know which class uses the method generateToken() of the Action Class . Which class of the framework initiates the Token validation mechanism. And the TokenProcessor class which implements the creation of token and validation of tokens uses java.security.MessageDigest

RE: SubClass RequestProcessor or Action class

2003-09-01 Thread Kommineni, Sateesh (IndSys)
Hi, If you want each request to your app needs to do some security related stuff then you can have an Action class which does this and store the details in a session for that User . If sessions are not allowed for your app and if you have to execute the security related stuff for each request

RE: is there any Dependable Option List Tag ?

2003-08-21 Thread Kommineni, Sateesh (IndSys)
request can be sent to the server and the changes can be updated in the DB or wherever. Regards, Richard -Original Message- From: Kommineni, Sateesh (IndSys) [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 20, 2003 5:50 AM To: Struts Users Mailing List Subject: is there any Dependable

is there any Dependable Option List Tag ?

2003-08-20 Thread Kommineni, Sateesh (IndSys)
Hi, If we have two related Drop Down boxes in a Form and need to populate those when we load the page and when we change the value in the first drop down we need to load the corresponding values in the second .. Can any TagLib supports this..If so could you pls provide me some examples.. Thank

is there any Dependable Option List Tag ?

2003-08-20 Thread Kommineni, Sateesh (IndSys)
Hi, If we have two related Drop Down boxes in a Form and need to populate those when we load the page and when we change the value in the first drop down we need to load the corresponding values in the second .. Can any TagLib supports this..If so could you pls provide me some examples.. Thank

RE: Struts is incomplete

2003-08-14 Thread Kommineni, Sateesh (IndSys)
-Original Message- From: Mark Galbreath [mailto:[EMAIL PROTECTED] Sent: Monday, August 11, 2003 5:25 PM To: 'Struts Users Mailing List' Subject: RE: Struts is incomplete I would suggest you do a little more learning and less whining. Struts is the predominant framework used in Java dev

RE: Struts is incomplete

2003-08-14 Thread Kommineni, Sateesh (IndSys)
-Original Message- From: Mark Galbreath [mailto:[EMAIL PROTECTED] Sent: Monday, August 11, 2003 5:25 PM To: 'Struts Users Mailing List' Subject: RE: Struts is incomplete I would suggest you do a little more learning and less whining. Struts is the predominant framework used in Java dev

RE: How to identify the Requested Path Info

2003-08-14 Thread Kommineni, Sateesh (IndSys)
servlet container provides that info |-Original Message- |From: Kommineni, Sateesh (IndSys) |[mailto:[EMAIL PROTECTED] |Sent: Wednesday, August 13, 2003 5:20 PM |To: Struts Users Mailing List |Subject: How to identify the Requested Path Info | | |Hi All, | | How can the framework will know

How to identify the Requested Path Info

2003-08-14 Thread Kommineni, Sateesh (IndSys)
Hi All, How can the framework will know the path requested ?? the processPath() method of the org.apache.struts.action.RequestProcessor Class will get the path from getPathInfo() .. What does this method returns ?? And more over the processPath() method gets the path variable from r

How Action Path is extracted from the URL

2003-08-14 Thread Kommineni, Sateesh (IndSys)
Hi, I would like to know how the Framework extracts the Path from the URL so that it can instantiate the corresponding Action Class for which the path specified in the config file .. Which class of the Framework takes care of this ?? Thanks in Advance Sateesh "THIS E-MAIL MESSAGE ALONG

RE: Including header and footer

2003-08-14 Thread Kommineni, Sateesh (IndSys)
Hi, I got the solution.. There is nothing wrong with the Framework , while configuring the ActionServlet i routed all the requests to it . Thanks Sateesh -Original Message- From: Kommineni, Sateesh (IndSys) Sent: Thursday, August 14, 2003 12:13 PM To: Struts Users Mailing List

RE: Struts is incomplete

2003-08-14 Thread Kommineni, Sateesh (IndSys)
-Original Message- From: Mark Galbreath [mailto:[EMAIL PROTECTED] Sent: Monday, August 11, 2003 5:25 PM To: 'Struts Users Mailing List' Subject: RE: Struts is incomplete I would suggest you do a little more learning and less whining. Struts is the predominant framework used in Java dev

Including header and footer

2003-08-14 Thread Kommineni, Sateesh (IndSys)
Hi , Does including a Header and footer in JSP pages using <%include file="header.jspi"%> will cause any problems .. I tried including a header file and for the image paths in the Header file Framework is looking for an Action Mapping.. How to resolve this.. Thanks Sateesh "THIS E

RE: How Action Path is extracted from the URL

2003-08-14 Thread Kommineni, Sateesh (IndSys)
---- From: Kommineni, Sateesh (IndSys) [mailto:[EMAIL PROTECTED] Sent: Thursday, 7 August 2003 14:13 To: Struts Users Mailing List Subject: How Action Path is extracted from the URL Hi, I would like to know how the Framework extracts the Path from the URL so that it can instantiate the corres

RE: Seven Lessons from the Trenches: 4. Protect JSPs behind WEB-INF

2003-08-14 Thread Kommineni, Sateesh (IndSys)
Hi, You can protect your JSPs in WEB-INF by giving the Doc Root to /WEB-INF/folder_name and placing the JSP's in folder_name . But i don't know why you want WEB-INF in URL !! You can access them using /common/index.jsp -Sateesh -Original Message- From: Laurent MARQUEZ [mailt

Why Action Classes are implemented as Singleton

2003-08-14 Thread Kommineni, Sateesh (IndSys)
Hi All, In Struts only one Action classes object is created irrespective of the no.of User Requests (Correct me if i am wrong) .. Why is it so .. If we have a common resource in an Action class which is shared by all the requests and it should be in session scope then how to handle this s

RE: Struts is incomplete

2003-08-11 Thread Kommineni, Sateesh (IndSys)
-Original Message- From: Mark Galbreath [mailto:[EMAIL PROTECTED] Sent: Monday, August 11, 2003 5:25 PM To: 'Struts Users Mailing List' Subject: RE: Struts is incomplete I would suggest you do a little more learning and less whining. Struts is the predominant framework used in Java dev

Where in the Framework URI gets mapped to an Action Class

2003-08-07 Thread Kommineni, Sateesh (IndSys)
Hi, I would like to know how the Framework extracts the Path from the URL so that it can instantiate the corresponding Action Class for which the path specified in the config file .. Which class of the Framework takes care of this ?? Thanks in Advance Sateesh "THIS E-MAIL MESSAGE ALONG

ActionForm Initialization

2003-08-07 Thread Kommineni, Sateesh (IndSys)
Hi All, Which class in the Framework initializes the ActionForms specified in the XML Config files.. When we declare an ActionForm for an Action, the Framework will automatically sets the values in the from submitted using the form and calls the validate() method . But which class in the

RE: Graphics-Object

2001-06-13 Thread Kommineni, Sateesh (IndSys)
Hi.. With thehelp of JPEGEncoder and BufferedImage Classes you can do that...I never used struts frmaework,so i don't know much abt the Action_class and all the other classes... Regards Sateesh > -- > From: Michael Schommer[SMTP:[EMAIL PROTECTED]] > Reply To: [EMAIL PR