« Apache Struts 2 » : différence entre les versions

Un article de Wikipédia, l'encyclopédie libre.
Contenu supprimé Contenu ajouté
Ligne 41 : Ligne 41 :
== Liens externes ==
== Liens externes ==
* struts.apache.org {{Site officiel|http://struts.apache.org/}}
* struts.apache.org {{Site officiel|http://struts.apache.org/}}
* tutorialspoint.com http://www.tutorialspoint.com/struts_2/struts_architecture.htm
* Introduction à Struts 2 l'exemple http://tahe.developpez.com/java/struts2/
* Introduction à Struts 2 l'exemple http://tahe.developpez.com/java/struts2/
* Présentation du framework MVC Struts 2. http://gardeux-vincent.eu/Documents/ProjetJEE/BVC_Hibernate_Struts2/Struts/index.htm
* Présentation du framework MVC Struts 2. http://gardeux-vincent.eu/Documents/ProjetJEE/BVC_Hibernate_Struts2/Struts/index.htm

Version du 12 décembre 2014 à 12:18

Apache Struts 2
Description de l'image Apache Struts 2 logo.svg.

Informations
Développé par Apache Software Foundation
Dernière version 2.3.20 [1] ()
Écrit en JavaVoir et modifier les données sur Wikidata
Environnement Windows, Linux
Type framework
Licence Licence Apache
Site web struts.apache.org

Apache Struts 2 est le nouveau framework de persistance de la communauté Open Source Apache. C'est un framework J2EE developpé à partir de deux autres frameworks J2EE : Apache Struts (Struts 1) et WebWork.

Caractéristiques

Apache Struts 2 est un framework Java, pour le développement d'applications Web. Ce n'est pas une extension de Apache Struts 1.

Struts 2 regroupe les avantages de deux précédents outils, WebWork et Struts 1 , mais c'est une refonte complète.; Cette seconde génération de framework MVC utilise les notions suivantes : intercepteurs, annotations, langage d'expression OGNL [2] , l'intégration d'outils comme JSTL ou Spring framework.

Ouvrages de référence

  • « Struts 2 : Le framework de développement d'applications Java EE » , par Jérôme LAFOSSE aux Editions ENI sept 2009
  • « Struts 2 for Beginners » par Sharanam Shah et Vaishali Shah, aux Editions Arizona Business Alliance, 3ème édition , juin 2014
  • « Struts 2 with Hibernate 4 Project for Beginners » par Sharanam Shah et Vaishali Shah, aux Editions Arizona Business Alliance, juin 2014
  • « Apache Struts 2 Web Application Development » par Dave Newton , aux Editions Packt Publishing juin 2009
  • « Struts 2 Design And Programming : A Tutorial » par Budi Kurniawan , seconde edition BrainySoftware ( janvier 2008 )
  • « Struts 2 in Action » par Don Brown, Chad Michael Davis, Scott Stanlick (mai 2008)
  • « Practical Apache Struts 2 Web 2.0 Projects » (série Practical Projects) aux Editions Apress, par Ian Roughley, novembre 2007
  • « Struts2 Black Book » par Kogent SolutionsInc., 2ème édition, aux Editions Wiley

Notes et références

Liens externes