Tutoriaux
JBoss – open source J2EE application server
* What is Jboss? * Downloading Jboss * Installing JBoss -with command line -with graphical mode * Running JBoss * Exploring the Directory Structure * Configuration * Deploying an application to JBoss * Summary JBoss is an open source J2EE application server. It is J2EE 1.4 spec-compliant, which means that it offers the same level [...]
Oracle Application Server 10g – part I – Presentation & Introduction
Oracle Application Server (latest version 10g) also called OAS 10g is a very huge box. OAS is gathering various products: Oracle Portals, Oracle Reports, Oracle Forms,…. all of these running with the “kernel” of OAS: the OC4J container which belongs to the Application Server 10g instances. It is the main component of OAS. Using it, [...]
Struts – Tutorial
Struts est un framework proposant un cadre logiciel pour l’organisation des échanges avec l’utilisateur et la dynamique de l’application. Il promeut une structuration de la couche Servlet-JSP suivant le modèle MVC II. La définition de la dynamique de l’application est partiellement déclarative, via un fichier de configuration, partiellement implémentée, au sein des classes Action….. >> [...]