Internal Website Search

21-30 of 200 resultsRefresh

Step 1: Install BIRT and ObjectDB Driver

We start by installing the BIRT development environment and the ObjectDB data source ... > Update your existing Eclipse IDE for Java EE Developers environment by ... box by selecting Help > Install New Software... In the [Work

Step 3: Add a Context Listener Class

, which will be represented by a JPA's EntityManagerFactory ... >The database will be opened (or created if not existing yet) when the web application starts, by ... application stops (or when the web server shuts down), by closing the EntityManagerFactory

Step 6: Design a BIRT Report Table

In this final step we will add a simple table to the report: Open the [Insert Table] dialog box by dragging a Table from the [Palette] window and dropping ... >, number of details to 1, select the data set (e.g. Points by X) in

Step 1: Create a Web Project

We start by creating a new Eclipse Dynamic Web Project: Open the [New Project] dialog box, e.g. by using File > New > Project... as the Target runtime. Note: You may have to add Tomcat 6 as a new server by

Step 3: Add a Context Listener Class

, which will be represented by a JPA's EntityManagerFactory ... >The database will be opened (or created if not existing yet) when the web application starts, by ... application stops (or when the web server shuts down), by closing the 

Step 2: Entity Class and Persistence Unit

: Open the [New Java Class] dialog box, e.g. by right clicking the project node ... > We also need to configure JPA by setting a META-INF/persistence.xml file: Open the [New Folder] dialog box, e.g. by right clicking the project node (in the [Project Explorer

Step 1: Create a Maven Web Project

We start by creating a new Maven-WTP dynamic web project in Eclipse: Open the [New Project] dialog box, e.g. by using File > New > Project ... > You should verify now that Maven Integration for WTP is installed, by right clicking the project

Step 1: Create a Java EE 6 Web Project

We start by creating a new Java EE dynamic web project in Eclipse: Open the [New Project] dialog box, e.g. by using File > New > Project ... > Note: You may have to add GlassFish 3 as a new server by clicking the New Runtime

Step 1: Create a Web Project

We start by creating a new NetBeans Web Application Project: Open the [New Project] dialog box, e.g. by using File > New Project... by clicking the Add...

Step 6: Set the Spring XML

file (under src/main/webapp/WEB-INF) in a text editor (by right clicking and selecting Open With > Text Editor or by double click and then moving to the Source ... > The next step (and the last in this tutorial) is