Hi friends am new to java. I read jar file means collection
of java files. For executing struts application what are
the necessary jar files. " struts.jar " file contains
what. can u explain
Answer / Anshu Rathi
Struts is a popular Java web application framework that helps in building enterprise-level applications. To execute a Struts application, you will need several Jar files in your project's classpath:
1. struts.jar - contains core Struts classes and libraries
2. commons-beanutils.jar - provides utility classes for working with JavaBeans
3. commons-collections.jar - offers various collection utilities
4. commons-logging.jar - provides logging functionality
5. jsp.jar - contains JSP (JavaServer Pages) libraries
6. servlet.jar - includes Servlet and HTTP-related classes
7. xercesImpl.jar - parses XML documentsnThe Struts.jar file primarily contains the core Struts classes that help manage the application's business logic, controllers, validation, interceptors, actions, and more.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can private class be extended java?
what is difference between global methods and local methods?
Can we declare an interface as final?
What are java methods?
How to create a base64 decoder in java8?
what is function overloading in java?
1 Answers Tavant Technologies, TCS, Virtusa,
What is function overriding and overloading in java?
What is indexof?
What is the Vector class?
What is thread?
What is an object-oriented paradigm?
What is the static field modifier?