ExitCertified Formation Formation de Java Solaris Red Hat IBM Symantec Siebel PeopleSoft
 
ExitCertified Formation Formation de Java Solaris Red Hat IBM Symantec Siebel PeopleSoft
 
start courses and schedules education savings it certification education solutions
recherche de formation
Faites confiance à votre formation en TI   |
Oracle University reconnaît ExitCertified comme Partenaire en formation de l’année en Amérique du Nord.

Mastering Struts 2.0 Developer's Workshop  (TT-6242)

Format: Formation en classe avec formateur
Autres formats:
 
 

Struts 2.0 is the second generation of the open source, Model-View-Controller (MVC) framework developed by The Apache Software Foundation as part of its Jakarta project. Struts 2.0 is built on top of a variety of components and technologies to provide tremendous flexibility and address many lifecycle issues. After reading the first J2EE Blueprints from Sun with their explanation of MVC and how to accomplish it with custom tags, Servlets, and JSP, one can clearly see that Struts 2.0 is a manifestation of Sun's J2EE MVC vision that uses many of the more recent innovations in both Java and J2EE. Struts 2.0 addresses many major issues by using vanilla POJOs, filters, and other components to build web systems. It solves the problem of controller complexity by removing the workflow logic from the code, and directing workflow in an XML configuration file. Struts 2.0 improves on the limited form support in JSP (and first generation the Struts 1.x framework) by adding numerous capabilities to form processing including easy validation, easy error display, and the refilling of form input on retries from a user's previous entries. It minimizes the complexity of JSP pages by supplying a very extensive and flexible set of custom tag libraries for many of the standard operations needed in JSP pages. This course will get you up to speed with Struts 2.0 in a very short time. It includes all the important concepts, and hands on labs that will have you building working Struts 2.0 applications in no time flat. Struts 2.0 is powerful, very flexible, and easily extended. This course reflects those traits as it highly customizable to allow you, the client, to build a course that fits your needs. For example, there are selectable, optional modules on how to migrate existing Struts 1.x applications to Struts 2; on the power and extensibility of handling data on the server side; on various options for extending Struts 2, including with Tiles; on how to perform complicated validation within Struts 2; and on various advanced topics such as best practices and performance. Created in collaboration with several leading J2EE and Struts authors and industry experts, Trivera Technologies Mastering Struts 2.0 Developer’s Workshop is a lab-intensive, hands-on programming course that will provide students with the skills required to design and build scalable, secure, maintainable web applications - leveraging our team’s extensive experience in the delivery of scalable enterprise applications with complex web interfaces based on J2EE technologies.

 
This Course is Taught By Certified Instructors   Flex Training Savings
 

Compétences acquises

  Students who attend the Mastering Struts 2.0 Developers Workshop will leave the course armed with the required skills to design, implement, deploy, and troubleshoot Struts 2.0 web applications. This course provides coverage of all the standard components, filters, renderers, converters, and validators, along with advice on how to use them to create solid applications. Working in a hands-on environment students will explore and use complex user interface layouts, prototyping, and integrating templates with back-end model objects. The course provides a solid foundation in basic terminology and concepts, extended and built upon throughout the engagement. Processes and best practices are discussed and illustrated through both discussions and group activities. Attending students will be led through a series of advanced topics comprised of integrated lectures, extensive hands-on lab exercises, group discussions and comprehensive demonstrations. Please see below for additional information about the hands-on lab work. Working in a dynamic, interactive discussion and hands-on programming environment, developers will:
 
  • Understand the problems with vanilla servlets/JSP, and the motivation for the general Struts framework

  • Understand MVC and the Struts architecture

  • Understand the lessons learned from Struts 1.x and how they influenced Struts 2.0

  • Understand the Struts FilterDispatcher, actions, and results

  • Create & configure applications using Struts 2.0 and either XML configuration files or annotations

  • Define, implement, and test ActionSupport and Action classes

  • Use Struts for form processing

 
  • Handle errors and debug Struts applications

  • Utilize the Struts 2.0 validation framework

  • Understand and work with the value stack to bind objects to views and request processing

  • Customize data type conversions and validation

  • Extend Struts with commonly available or custom plug-ins

Qui peut en profiter

  This is an intermediate to advanced level Struts training course, designed for experienced J2EE developers that need to further extend their skills in web development and Struts. Attendees should have an extensive working knowledge in developing J2EE applications.

Format

  Extensive hands-on programming labs, expert lecture combined with open discussions and high-Level demonstrations and dynamic group exercises.

Experiential Learning: Hands-On Labs

  This class is “technology-centricâ€, designed to train attendees in essential Struts 2.0 development skills, coupling the most current, effective techniques with the soundest industry practices. This workshop is about 50% dynamic lab exercises and 50% lecture. Throughout the course students will be led through a series of progressively advanced topics, where each topic consists of lecture, group discussion, comprehensive hands-on lab exercises, and lab review. Multiple detailed lab exercises are laced throughout the course, designed to reinforce fundamental skills and concepts learned in the lessons. At the end of each lesson, developers will be tested with a set of review questions to ensure that he/she has fully understands that topic.
 
Enroll For This Class
Enroll For This Class
MySQL Database Training Class Ce cours de qualité supérieure est donné par des formateurs certifiés.

Il y a une différence. Découvrez-la
Training Class Enrollment Ask A Question About This Training
Code: TT-6242
Format: Formation en classe avec formateur
Durée: 5 days
Certifié par: Trivera
Frais d’inscription (CAD): 2,995$
Oracle University Awards ExitCertified the North American Partner of the Year Award for 2011
Recherchez des cours semblables
Cours connexes

Trier l'horaire par: 
No Course Dates Ce cours n'est pas prévu à l'horaire pour l'instant. Si vous êtes intéressé à suivre ce cours, utilisez le lien ci-dessous pour demander une date.
   
demander la date/l’emplacement demander de la formation sur place
 

Mastering Struts 2.0 Developer's Workshop  (TT-6242) Contenu détaillé

 
 
Session: Getting Started with Struts 2.0
  • Jakarta Struts Project
  • MVC and Struts
  • Review Filters, Servlets, JSP and Web Applications
  • Struts Architecture
  • Struts Components: FilterDispatcher, Interceptors, Actions, and Results
Session: Your First Struts Application
  • Struts 2.0 components
  • Configuring web.xml
  • Configuring structs.xml: package, results, exceptions, and actions
  • Action implementation
  • Adding basic view components
  • Review using Custom Tags
  • Introducing Struts Tags
  • Themes and Templates
  • Velocity and Freemarker
Session: Validation and Interceptors
  • XWork validation framework
  • Implementing validation
  • Type conversion
  • Interceptor role
  • Using interceptors
Session: Localization and I18n
  • Locales
  • Formatting Messages
  • Resource Bundles
  • Internationalization
  • Tags
  • I18n Interceptor
Session: Putting It All Together
  • Create the Application
  • Actions
  • Searching
  • Prepopulating Forms
  • Validating forms
  • Showing and Editing Error Massages
  • Handling Exceptions
  • Add/Edit/Delete Listing
OPTIONAL SESSIONS – Configurable to Meet Student Needs. A brief technical call to assess your training goals and challenges can help us adjust the agenda to best suit your needs, and fit in the skills and topics of most importance to your team to meet your objectives.
 
 
Session: Migrating Struts 1.x Applications
  • Differences Between Struts 1 and 2 Applications
  • Struts 1.x Request Processing
  • Struts 2.x Request Processing
  • ActionForm vs. OGNL
  • Managing Message Resources
  • Commons Validator vs. Validator Engine
  • Migration Strategies and Tools
  • Specific Migration Issues
  • Specific Migration Techniques
Session: Data Management
  • ActionContext and ValueStack
  • Advanced OGNL
  • Type Conversions: Built-In
  • Type Conversions: Custom
  • Working with Maps and Collections
Session: Extending Struts
  • Review of Struts Architecture
  • Reconfiguring the Interceptor Stack
  • Plug-ins
  • Custom Plug-ins
  • Case Study
  • Best Practices
Session: Working with the Tiles Custom Library
(Recommend preceding this session with the Extending Struts session)
  • Defining templates
  • Using put and insert
  • Advanced Tiles
  • Tiles as Visual Components
  • Using Tiles to Write Visual Components
  • Extending Definitions (Optional)
Session: Spring and Struts 2
  • Overview of Spring
  • Motivation for Combining Spring and Struts 2
  • Mechanics of Combining Spring and Struts 2
  • Using Spring with Struts 2
Session: Advanced Validation
  • Validation Framework and Workflow
  • Configuring for Validation: Field and non-Field
  • Built-in Validators
  • Custom Validators
Session: Advanced Topics
  • Action Chaining
  • Dependency Injection
  • Testing
  • Using Annotations
  • Performance Tuning


  ExitCertified is your Authorized IT Training Partner  
  Lorsque vous suivez un cours certifié chez ExitCertified, vous apprenez directement des concepteurs des produits que vous utilisez. Notre engagement envers la communauté des TI, de même que notre autorisation à offrir des cours certifiés, vous assurent une expérience de formation supérieure. Il y a une différence. Apprenez directement de la source.

Il y a une différence. Apprenez directement de la source.
 
Training Contacts  
   
Canada United States

Formation à Montréal :: 514.876.1666
Formation à Ville de Québec :: 514.876.1666
Formation à Ottawa :: 613.232.3948
Formation à Toronto :: 416.487.3948

Formation à Vancouver :: 604.633.3948
Formation à Victoria :: 1.866.328.3948
Formation à Calgary :: 403.291.2855
Formation à Edmonton :: 780.441.3948
Formation à Regina :: 1.866.328.3948

Formation à Sacramento :: 916.669.3970
Formation à San Francisco :: 415.975.3948
Formation à San Jose :: 408.288.3948
Formation à Las Vegas :: 1.800.803.3948
Formation à Phoenix :: 602.889.9350
À travers le monde - 613.232.3948 Des questions?
Il nous fait plaisir de vous aider. Transmettez-nous ce formulaire par courriel et nous vous répondrons dans les plus brefs délais.
   



(c) 2012 ExitCertified Corp. Tous droits réservés.


ExitCertified est un fournisseur international agréé de formation en technologies. Voici quelques-uns de nos cours les plus souvent consultés :
 
Formation Sun Formation Oracle Formation Symantec Formation IBM Formation Red Hat :: Linux
Formation Java, Cours J2EE, Formation JSP, servlets, EJB, Struts, réseaux, Formation Solaris, Java Composite Application Platform (JCAPS), SeeBeyond, XML, Formation Solaris 10, certification Java, certification Solaris Cours PeopleSoft, 11g, Formation Oracle SQL, Oracle PL/SQL, DBA, Hyperion, Fusion Middleware, 10g, 9i, certification 11g, certification DBA, certification Oracle Formation NetBackup, Cours Veritas, protection contre les virus, sécurité des TI, certification Symantec DB2, OS/400, Formation zSeries, s/390, iSeries, AIX SUSE, Formation RedHat
         
Formation MySQL Formation Apple Formation en gestion de projet    
Base de données MySQL Cours Apple, Formation Leopard Formation du PMI