Introduction There are numerous techniques for a client application to access an Enterprise Information System (EIS). The most common approach (and also best practise) is to use an application container on a middleware system (JBoss). It shields the EIS from direct client requests and also shields the client app from the business logic. See some popular ..
Category : JBoss
Introduction Everyone who came across Oracle’s “First Cup” tutorial learned that it is based on NetBeans and Glassfish. Well, this is not the most popular development environment among Java EE developers. Nevertheless, the tutorial itself is undoubtfully excellent because it covers so many Java EE concepts. Too bad that it is not complete as it ..