ThinkUI SQL Client
About Us
|
Download
|
Register
|
Links
|
Services
|
Contact Us
Home
/ Tech Notes
Sign In
Technical Notes
The following are various technical notes that we have found to be useful.
Installing Apache, JBoss, and Mod JK on Windows
Resources
Download and install all the software.
Configure Mod JK to support load balancing and to access JBoss from port 80.
Configure JBoss to run as a Windows service (optional).
Install simple diagnostic J2EE application for testing (helloworld.ear).
> Download Apache HTTP Server (Win32 Binary - MSI Installer)
> Download JBoss Application Server (4.0.5 Production - Download Installer)
> Download Tomcat Connectors (JK 1.2 Binary Releases)
> Download JavaService Exe (JavaService-bin-1.2.12.zip)
> UsingMod_jk1.2WithJBoss
> Sample workers.properties File
> Sample mod-jk.conf File
> Sample httpd.conf File
> Sample Invocation of JavaService
Installing and Creating a PostgreSQL Database
Resources
Download and install PostgreSQL database.
Download and install JDBC driver (OR use drivers in jdbc folder).
Create database instance and configure database users/groups.
Import data from an export file or issue SQL statements.
Configure database for remote access (pg_hba.conf and postgresql.conf files).
Configure firewall to open required port (i.e. 5432).
> Download PostgreSQL Database (Core Distribution)
> Download JDBC Driver (JDBC 3)
> PostgreSQL Documentation
> Sample pg_hba.conf File
> Sample postgresql.conf File
Configuring IBM WebSphere Studio Application Developer
Resources
Sample J2EE project configuration using WSAD.
Various WSAD related technical notes.
> J2EE Project Setup Using WSAD 5.1.2
> WSAD 5.1.2 Technical Notes
Using Ant to Build and Deploy a Java Application to a Server
Resources
Download and Install Apache Ant (add "bin" directory to PATH).
Set ANT_HOME, JAVA_HOME environment variables.
Create build.xml file (see the sample file provided).
Open DOS/shell prompt and issue ant <target>.
> Apache Ant Wiki
> Apache Ant Manual
> Sample Ant build.xml for building and deploying an application.
Using Ant to Perform Unit Testing and Generating Unit Test Report
Resources
> Sample Ant build.xml for performing Unit Testing and generating Unit Test reports.
Web Development Using Eclipse SDK and Web Tools Platform
Resources
- Download and Install Eclipse Web Tools Platform (WTP) All-in-one (1.5.3 or later - includes Eclipse SDK ~203 MB).
OR
- Download and Install Eclipse SDK (3.2 or later ~122 MB)
- Download and Install Eclipse Web Tools Platform (WTP) and all Prerequisites (EMF, GEF, EMF) (1.5.3 or later).
Follow Various Tutorials on Eclipse WTP website.
Follow Tutorial on IBM website.
> Eclipse SDK Home
> Web Tools Platform (WTP) Project
> Download Eclipse SDK
> Download Eclipse Web Tools Platform (WTP)
> WTP Community Resources
> Introduction to Java Servlets with Eclipse
> Build Web applications with Eclipse, WTP, and Derby
Web Development Using Spring Framework
Resources
Download and Install JDK (1.4 or later ~55 MB).
Download and Spring Framework (2.0 or later ~62 MB).
Follow Tutorial on Spring Framework website.
> Download Java SE Development Kit
> Download Spring Framework
> Developing a Spring MVC application step-by-step
Apache Axis 1.4 Web Service Development
Resources
Download and Install Apache Web Services - Axis
Read various "Guides" on the Axis web site
> Apache Web Services - Axis
> Apache Axis 1.4 Web Service Notes
> Sample Ant build.xml file for generating Axis client Java code from WSDL.
File: tech_notes.bhtml
Last Modified: August 9, 2008
Copyright © 2007-2008 ThinkUI Software Inc. All rights reserved.
Java is a registered trademark of Sun Microsystems. Other trademarks or registered trademarks are the property of their respective owners.