|
Java and C++ programs and documents
This section contains example programs, tutorials and `how-to' documents
concerning Java and C++ programming.
Example programs
Simple Java programs
Tutorials
Polite request: please don't contact me directly for technical assistance
with jBoss. My involvement in the project was only ever periperhal, and I
now don't have much time to work with it. The place to get information
about jBoss is on the project Web site www.jboss.org
Creating a simple XML-RPC Web Service. This
tutorial provides a step-by-step guide to authoring and testing an elementary Web Service
in Java using Sun's Java Web Services Development Pack
Mastering the Java CLASSPATH
How to do bean-managed persistence with jBoss
Creating Enterprise JavaBeans using jBoss
Using container-managed persistence with jBoss
Introductory C++ tutorial
Creating distributed Web applications using jBoss and Tomcat This
is a long, detailed tutorial explaining how jBoss and Tomcat can be used
together to implement a distributed Web application using Enterprise JavaBeans,
Servlets, and JSP pages. It includes some material from the previous two
tutorials.
Technical articles
The J2ME FAQ
SunONE application server 7 FAQ Frequently-asked
questions from my SunONE courses
Integrating JMQ with the iPlanet Application Server 6.0. This article describes how to use the Sun/iPlanet messaging product `JMQ'
(now `SunONE Message Queue') with the iPlanet Application Server
EJB lifecycles This article describes in detail
the lifecycles of the various types of Enterprise JavaBean, using UML state diagrams.
It also includes an overview developer's responsibilities when authoring EJBs. The article
is intended for people who already basically familiar with EJB development.
EJB transactions This article describes what the
developer needs to know about handling database transactions in Enterprise JavaBeans.
Inside the Reference Implementation A detailed
examination of what goes on inside Sun's J2EE Reference Implementation.
iPlanet application server 6.0/6.5 FAQ Frequently-asked
questions from my iPlanet administration courses
How-to documents
How to set up the Sun Java JDK (Windows platforms)
How to use the JDK applet viewer (Windows platforms)
How to use the command prompt (DOS prompt) JDK tools (Windows platforms)
|