background preloader

j2ee

Facebook Twitter

Programming

Java EE Applications Learning Trail - NetBeans Tutorials, Guides. What is a Java Web Application?

Java EE Applications Learning Trail - NetBeans Tutorials, Guides

A Java web application generates interactive web pages containing various types of markup language (HTML, XML, and so on) and dynamic content. It is typically comprised of web components such as JavaServer Pages (JSP), servlets and JavaBeans to modify and temporarily store data, interact with databases and web services, and render content in response to client requests. Because many of the tasks involved in web application development can be repetitive or require a surplus of boilerplate code, web frameworks can be applied to alleviate the overhead associated with common activities.

For example, many frameworks, such as JavaServer Faces, provide libraries for templating pages and session management, and often promote code reuse. What is Java EE? Débogage d'applications Web distribuées. Anand Rajagopalan Spécialiste en développement Support pour équipe spécialisée dans le commerce électronique Microsoft Corporation Août 2000 Résumé : Cet article présente les différents outils servant à déboguer des applications Web distribuées.

Débogage d'applications Web distribuées

L'accent est mis notamment sur le débogage des composants COM (Component Object Model) de niveau intermédiaire dans un environnement de développement Web utilisant les pages ASP (Active Server Pages) des services IIS (Internet Information Services). Sommaire PréfaceIntroductionConfiguration d'un environnement de débogageProcessus de débogageUtilisation des débogueursDébogage de problèmes courantsConclusionRéférences. Sun Microsystems - FR.