Code Example: Data Transfer Object DTO or Data Beans
January 17th, 2006When you are implementing you jdbc layer, you need a solid way to create Data Transfer Objects (DTO’s) or Data Beans . This is the way I implement this.
Read the rest of this entry »
Free Java Client/Server Chat applet Software binaries and source
January 11th, 2006I wrote PriadoChat client/server a long time ago to sell. Now I have decided to give it away for Free.
PriadoChat offers Multiple chatrooms, PriadoChat is an easily customizable chat engine for your website. It is powered by Java, but can be embedded into static HTML pages, PHP scripts, ASP scripts, JSP scripts, etc. The colors and server port are completely configurable.
This product is under the GPL License GPL License
Java,client/server, networking,chat, awt
How to recover when windows XP won’t boot after a defrag.
January 11th, 2006Over the weekend, my laptop was running slow so I decided to run defrag after about 10 hours of it running I decided to cancel the defrag and rebooted my system. The system gave an error similar to “Windows XP can not boot required DLL missing”.
Read the rest of this entry »
Java Software Development Kit
January 10th, 2006Sun Microsystem’s Java Developers Kit (SDK) is a set of tools that are needed to develop Java programs and applets. The latest SDK can be found at: http://www.javasoft.com/. The JDK contains:
• javac – Java compiler
• java – Java Interpreter
• jdb – Java debugger
• appletviewer – Java applet viewer
• javadoc – API doc generator
• applet API documentation
• Java Programming guide
History
January 10th, 2006The Java language was used in several projects while it was being designed. Originally Java was intended for use in programming consumer devices. However, it turned out to be a great language for programming for the Internet.
Read the rest of this entry »
Configuring JDBC data source/JNDI name in Rational application development Environment 6.0 for Oracle
January 6th, 2006Configuring the JDBC jndi name in RAD ia a lot harder than it needs to be.
Here is how to do it.
Read the rest of this entry »
How to integrate Tomcat and Sokkit
January 3rd, 2006Example I got working:
Sokkit: 4.0
JDK: 1.5.0_05
Tomcat: 5.0.28
- Download and unzip the sokkit_tomcat kit