» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with Struts + Apache

Welcome to Apache Struts

Home page for Apache Struts (BTW how clueless must a web development team be to use Welcome as the sole title for their site's home page???!)

opensource: del.icio.us tag/opensource

Struts 2 - Welcome

Seems to be the true home page for Apache Struts these days, since Struts 1.x is only a legacy technology - Struts 2.x has been the current version or a couple of years now.

opensource: del.icio.us tag/opensource

JasperReports Plugin

The JasperReports plugin enables Actions to create high-quality reports as results. Allows Actions to be rendered through JasperReports

jasperReports: del.icio.us/tag/jasperreports

Welcome to Apache Beehive

Welcome to Beehive! Our goal is to make J2EE programming easier by building a simple object model on J2EE and Struts. Using the new JSR-175 annotations, Beehive reduces the coding necessary for J2EE. The initial Beehive project has three pieces. * NetUI:

Beehive: Beehive Delicious Links

Tutoriais apacha jsp tomcat etc...

Online documentation Servlet 2.4 API JSP 2.0 API Servlet and JSP Tutorials Java 6 API Java 5 API Java Programming Tutorials Struts Developer and User Guides Struts API Jakarta Struts Tutorials JSF 1.1 Java API JSF 1.1 Tag Library AP

myfaces: del.icio.us/tag/myfaces

Apache Tiles 2 - Home

Apache Tiles is a templating framework built to simplify the development of web application user interfaces. Tiles allows authors to define page fragments which can be assembled into a complete page at runtime. These fragments, or tiles, can be used as si

opensource: del.icio.us tag/opensource

29 October 2007 - Apache Struts 2.0.11 GA release available

The Apache Struts group is pleased to announce that Struts 2.0.11 is available as a "General Availability" release. The GA designation is our highest quality grade. Apache Struts may be downloaded from http://struts.apache.org/downloads.html

Apache Struts 2 is an elegant, extensible framework for creating enterprise-ready Java web applications. The framework is designed to streamline the full development cycle, from building, to deploying, to maintaining applications over time.

This release includes a number of fixes and improvements since the 2.0.9 GA release. Struts 2.0.11 is available in a full distribution, or as separate library, source, example and documentation distributions. The release is also available through the central Maven repository under Group ID "org.apache.struts". The release notes are available online at http://struts.apache.org/2.0.11/docs/release-notes-2011.html

The 2.0.x series of the Apache Struts framework has a minimum requirement of the following specification versions: Servlet API 2.4, JSP API 2.0, Java 5, Backported Java 4 JARs are also available.

Should any issues arise with your use of any version of the Struts framework, please post your comments to the user list, and, if appropriate, file a tracking ticket at https://issues.apache.org/struts/secure/Dashboard.jspa

----

-- Apache Struts Project Management Committee

[ Category : Apache Struts ] PDFXML_RSS

Apache: Apache News Blog Online

struts2

From the project’s homepage:

“Apache Struts 2 is an elegant, extensible framework for creating enterprise-ready Java web applications. The framework is designed to streamline the full development cycle, from building, to deploying, to maintaining applications over time.

Apache Struts 2 was originally known as WebWork 2. After working independently for several years, the WebWork and Struts communities joined forces to create Struts2. This new version of Struts is simpler to use and closer to how Struts was always meant to be. “

Getting started guide available here

A registry of plugins is available here

A useful article on AJAX programming with Struts2 is available here

A guide for those who want advice on migrating from Struts to Struts2 is available here

Struts2 is covered in SourceLabs Self-support Suite for Linux and Open Source Java

13 June 2007 - Apache Struts 2.0.8 GA release available

The Apache Struts group is pleased to announce that Struts 2.0.8 is available as a "General Availability" release. The GA designation is our highest quality grade.

Apache Struts 2 is an elegant, extensible framework for creating enterprise-ready Java web applications. The framework is designed to streamline the full development cycle, from building, to deploying, to maintaining applications over time.

Apache Struts 2 was originally known as WebWork 2. After working independently for several years, the WebWork and Struts communities joined forces to create Struts2. This new version of Struts is simpler to use and closer to how Struts was always meant to be.

  • Build!
    • Easy startup - Jumpstart new projects with our bootstrap tutorial and template application or Maven archetype.
    • Improved Design - Code clean against HTTP-independent framework interfaces.
    • Enhanced Tags - Code less with stylesheet-driven form tags that provide their own markup.
    • Stateful Checkboxes - Avoid special handling with smart checkboxes that know when they are toggled.
    • Flexible Cancel Buttons - Go directly to a different action on cancel.
    • First-class AJAX support - Add interactivity and flexibility with AJAX tags that look and feel just like standard Struts tags.
    • Easy Spring integration - Inject dependencies into Actions using Spring without glue code or red tape. (Plexus support also available.)
    • Enhanced Results - Do more with specialty results for JasperReports, JFreeChart, Action chaining, and file downloading.
    • POJO forms - No more ActionForms! Use any JavaBean to capture form input or put properties directly on an Action class. Use both binary and String properties!
    • POJO Actions - Use any class as an Action class -- even the interface is optional!
  • Deploy!
    • Easy plugins - Add framework extensions by dropping in a JAR. No manual configuration required! Bundled plugins add support for JavaServer Faces, JasperReports, JFreeChart, Tiles, and more ...
    • Integrated profiling - Peek inside Struts2 to find where the cycles are going!
    • Precise Error Reporting - Flip directly to the location and line of an error.
  • Maintain!
    • Easy-to-test Actions - Test Struts2 Actions directly, without resorting to mock HTTP objects.
    • Intelligent Defaults - Skip obvious and redundant settings. Most framework configuration elements have a default value that we can set and forget. Say it once!
    • Easy-to-customize controller - Customize the request handling per action, if desired. Struts2 only does what you want it to do!
    • Integrating Debugging - Research problem reports with built-in debugging tools.
    • Easy-to-tweak tags - Customize tag markup by editing a FreeMarker template. No need to grok the taglib API! JSP, FreeMarker, and Velocity tags are fully supported.

This release has over 60 bug fixes and improvements since 2.0.6!

New Features include:

  • Cookie Interceptor -- Inject cookie with a certain configurable name / value into action.
  • Restful2ActionMapper -- Allow automatic id setting from Restful2ActionMapper.

Struts 2.0.8 is available in a full distribution, or as separate library, source, example and documentation distributions.

* http://struts.apache.org/download.cgi#struts208

The release is also available through the central Maven repository under Group ID "org.apache.struts".

The 2.0.8 series of the Apache Struts framework has a minimum requirement of the following specification versions:

  • Servlet API 2.4
  • JSP API 2.0
  • Java 5

The release notes are available online at:

* http://struts.apache.org/2.x/docs/release-notes-208.html

Should any issues arise with your use of any version of the Struts framework, please post your comments to the user list, and, if appropriate, file a ticket with JIRA.

----

-- The Apache Struts group.

[ Category : Apache Struts ] PDFXML_RSS

Apache: Apache News Blog Online

Welcome to Apache Beehive

Welcome to Beehive! Our goal is to make J2EE programming easier by building a simple object model on J2EE and Struts. Using the new JSR-175 annotations, Beehive reduces the coding necessary for J2EE.

Beehive: Beehive Delicious Links

13 March 2007 - Apache Struts 1.3.8 GA release available

The Apache Struts team is pleased to announce that Struts 1.3.8 has been promoted to General Availability. This release has over 40 bug fixes and improvements since 1.3.5

New Features:

[Action ID]

New "actionId" attribute to uniquely identify action mappings within a module. Just as the TilesRequestProcessor could recognize a tile definition and resolve it to the intended JSP, so does Struts now have built-in recognition for URIs that begin with an actionId and will automatically translate forwards.

[I18N Properties]

Tag libraries now include the HTML I18N properties. This allows sites that specialize in internationalization to specify both bi-directional text and language at the tag level.

[Dynamic Link Parameters]

The Struts <html:link>, <html:frame>, <html:rewrite> tag libraries now allow their bodies to nest the new <html:param> tag.

[Property MessageResources Modes]

Compatibility mode option which allows message resources to operate in modes compatible with either JSTL or PropertyResourceBundle.

Apache Struts 1.3.8 is available in a full distribution, or as separate library, source, example and documentation distributions.

http://struts.apache.org/download.cgi#struts138

The release is also available through the central Maven repository under Group ID "org.apache.struts".

----

-- The Apache Struts team

[ Category : Apache Struts ] PDFXML_RSS

Apache: Apache News Blog Online

User:danap

I am a software engineer and consultant in the Atlanta, GA area. I have over 18 years experience developing various types of applications for Window, Unix, and Macs. See my website at dhptech.com.

Page 1 | Next >>