Latest Answer: You can nonnect to mysql datasource without tomcat server by folowing way:- Setup mysql-download mysql connector(driver) and add file .jar to your project-run mysql, create datasource- Write code to connect to that datasource:public static Connection ...
iam not able to disable a JSP in Mozilla but its working fine in IE7 can any one guide me sending the code line for this
Latest Answer: get the header of mozila and apply condition for this perticular condition u can ban the page to display on mozilla ...
why do we have only one ActionServlet in Struts?(Asked in Polaris Interview for Java Experienced people , on April 11, Chennai)
Latest Answer: he Jakarta Struts Framework does not support configuring more than one Struts ActionServlet in the Web deployment descriptor. This limitation occurs because there is only one servlet context per Web application and the commons digester imports the ...
What is the difference between Struts 1.x and Struts 2.x
Latest Answer: Feature Struts 1 Struts 2 Action classes Struts1 extends the abstract base class by its action class. The problem with struts1 is that it uses the abstract classes rather than interfaces. While in Struts 2, an Action class implements an Action interface, ...
What are the helper file in the form of JSPs available in struts?.Is struts tags are XHTML supportive?
Help me
Latest Answer: hi.. In struts 1.1 perform() method is used in action class..but In struts 1.2 execute() method is arrive.. so that execute method is used in actio class.. But There is no difference between perform() and execute() method.. both works like same.. Execute ...
Latest Answer: To develop the applications very easily this frame works are developed .These frameworks are developed based on good architechture,upcourse we have follow the rules .ex: validator frame work tiles framework ...
Latest Answer: it will return a error ...
Action Class is Thread safe if i declare method for database connections before the execute method and when you try to access what will happen for application
Latest Answer: saveToken() method is used for duplicate form submission.Let's take an example i.e. yahoo email registration formYou filled the form and press the "submit" button more than once.For each action you do there is a request object associted with that.So when ...
View page [1] 2 3 4 5 6 7 8 9 10 Next >>

Go Top