Pular para o conteúdo principal

Postagens

Mostrando postagens de agosto, 2014

Checking out what is new with Servlet 3.0

To com preguiça de traduzir o post abaixo e coloco na integra o artigo extraído de um blog, quem visita o meu blog deve saber ler em inglês , logo não vejo grandes complicações. O assunto é interessante , é utilizar anotations para substituir as declarações de deploy em arquivos XML em projetos java web, enjoy . With the JEE6 specification hitting the market, some major changes have taken place with respect to how you would approach developing applications in the enterprise application world. In this article i would be touching upon a few changes that were done with respect to web application development. First things first, say good bye to the web.xml deployment descriptor (at least for parts of it). Well its not like it is deprecated, but with the rise of the usage of annotations and their usage, the new specification allows us to define our configuration using annotations, though some thing such as welcome file lists, context params etc will still need to go inside your web...