1 / 10

Apache Struts 2

Apache Struts 2. Idéias principais. Model View Controller Configuração por convenção Action Mapping Interceptors Struts Tags (ONGL) Plugins auto- configuráveis. Exercício 1: Calculadora de Juros. Actions Independentes do HTTP Codebehind Plugin (Zero Configuration) UI Tags

aggie
Download Presentation

Apache Struts 2

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Apache Struts 2

  2. Desenvolvimento web com Java Idéiasprincipais • Model View Controller • Configuraçãoporconvenção • Action Mapping • Interceptors • Struts Tags (ONGL) • Plugins auto-configuráveis

  3. Desenvolvimento web com Java Exercício 1: Calculadora de Juros • Actions • Independentes do HTTP • CodebehindPlugin (Zero Configuration) • UI Tags • Themes • Templates

  4. Desenvolvimento web com Java Exercício 2: CalculadoraMultifuncional • Multiplosmétodos (Dispatch) • Exception Mapping • Postback

  5. Desenvolvimento web com Java Exercício 3: Cadastro de Cliente • Validação • Xml • Annotations • Validadorespersonalizados • Internacionalização

  6. Desenvolvimento web com Java Exercício 4: Blog • Sitemash • Decorators • Decorator Mappers • Sitemash Tags • :title • :header • :body • :usePage

  7. Desenvolvimento web com Java Exercício 5: Sorteio • Custom Interceptor • Interceptor Stacks • ActionContext • Context/Session/RequestAware

  8. Desenvolvimento web com Java Resumo • Nova versão do Struts, resultadodafusão com oWebWorkemelhoriasdaplataforma. • Engine de execução de actions. Cadainvocaçãopassaporumasequência de interceptadores, cada um adicionadoumafuncionalidadeespecífica. • Possuidiversospontos de extensãoeintegração com outros frameworks através de plugins.

  9. Desenvolvimento web com Java Dúvidas?

More Related