Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Filename

Description

struts2.jar

Framework library itself, found in distribution root directory

xwork.jar

XWork library on which Struts 2 is built

oscore.jar

OSCore, a general-utility library from OpenSymphony

ognl.jar

Object Graph Navigation Language (OGNL), the expression language used throughout the framework

commons-logging.jar

Commons logging, which the framework uses to support transparently logging to either Log4J or JDK 1.4+

freemarker.jar

All UI tag templates are written in Freemarker, which is also a good option for your views

spring*.jar

The default dependency injection container for the framework.

web.xml

Java web application configuration file that defines the servlets, JSP tag
libraries, and so on for your web application

actionstruts.xml

Framework configuration file that defines the actions, results, and interceptors for your application

...