Active Articles: 2038
Total Categories: 16
Sub Categories:616
Step-by-Step JAVA games (Part 2) | ||||||||
Creating a basic Java game using JPanel. ... learn more
| ||||||||
| ||||||||
What is java? | ||||||||
This small article is aimed at web designers who are (mostly) non-programmers and who wish to use 3rd party applets rather than create their own. It sets out to define java from the non-specialist's perspective and guard against a few common misconceptions. ... learn more
| ||||||||
| ||||||||
Whizlabs SCBCD (Sun Certified Business Component Developer) Exam Simulator | ||||||||
Ensure your success in SCBCD exam with Whizlabs Simulator, the most effective training software for the Sun Certified Business Component Developer exam. Developed by highly experienced and certified professionals, it offers 5 mock exams (350 questions) on the latest pattern in a simulated environment. Not to forget, it also offers the "Use it Anywhere, Anytime!" ... learn more
| ||||||||
| ||||||||
Portlets with FacesClient Components | ||||||||
Web apps developed with the thin client computing model exhibit performance gaps and user interface limitations. As an alternative, the IBM FacesClient Components (formerly called the Odyssey Browser Framework) provides a more effective model for developing Web apps. FacesClient Components work inside a portlet programming environment to deliver exceptional value in the form of richer ... learn more
| ||||||||
| ||||||||
Build your own Java-based supercomputer | ||||||||
If you've ever wanted to build your own supercomputer but have been held back by the demands of parallel programming in C, Pseudo Remote Threads is for you. This prize-winning Java programming model greatly simplifies parallel programming on clusters, bringing supercomputing out of the laboratory and into the hands of everyday Java programmers. Article includes ... learn more
| ||||||||
| ||||||||
Comparing two JVM cacert files | ||||||||
This can come in very handy, if you need to compare 2 different projects or envs. For example Development server against prod, to ensure they both have same certs stored in cacerts (sampled by java among others). Code to generate list of certs, along with there alias, entry, owner and valid dates is supplied at ... learn more
| ||||||||
| ||||||||
Connecting MS Access Database with JDBC-OBDC Bridge Driver | ||||||||
Tutorials on using the JDBC-ODBC Bridge driver with MS Access database. Topics include creating MS Access database file; creating DSN for MS Access database files; inserting rows to and retrieving rows from Access database. ... learn more
| ||||||||
| ||||||||
Accessing Database using Tags in JSP Pages | ||||||||
This step by step tutorial describes how to access database using JDBC with JSP tags in a JSP page. Also describes how to iterate through the records using BodyTag interface. Online demo available. ... learn more
| ||||||||
| ||||||||
Stop Email Spam with Java Applets | ||||||||
This article explains all the Java code required to send emails using Java applets, thus hiding/protecting your real email addresses. ... learn more
| ||||||||
| ||||||||
Java 101 - An introduction to Java | ||||||||
This free tutorial series teaches the basics of Java programming. It requires no previous Java experience, and is perfect for the beginner. Tutorials cover a wide range of topics, from applets and applications, to more advanced issues such as class design, event handling and networking. ... learn more
| ||||||||
| ||||||||
Out of the Sandbox | ||||||||
Get your applet out of the sandbox. This guide takes you through the steps involved in creating digitally signed applets. These trusted applets can overcome the restrictions placed by the sandbox such accessing local files and folders. ... learn more
| ||||||||
| ||||||||
Java Online Course | ||||||||
Easy to follow, visual presentation of many of the concepts you need to start programming in java such as fundamentals, syntax, basic packages, GUI with AWT/Swing/2Dapi, threads and networking. Includes example source code, quizzes and exercises. ... learn more
| ||||||||
| ||||||||
Java Examples - Learn Java Programming by Examples | ||||||||
Kode Java website provides beginners to Java programming some examples of how to use the Java API (Application Programming Interface) to develop an application. Learning by following some examples will hopefully decrease the amount of time needed to begin to code in Java. ... learn more
| ||||||||
| ||||||||
Installing and Configuring MySQL Database and Connector/J JDBC Driver | ||||||||
A tutorial on obtaining, installing and configuring MySQL Database and Connector/J JDBC Driver for use on Microsoft Windows. Advanced topics covered include installing MySQL as a Windows service and configuring MySQL and Connector/J JDBC Driver to use named pipes. ... learn more
| ||||||||
| ||||||||
What's new in JDBC 3.0 | ||||||||
The Java Database Connectivity (JDBC) API has emerged as a key part of the Java 2 Standard Edition (J2SE) and Java 2 Enterprise Edition (J2EE) platforms. It is the primary standards-based mechanism for the Java language to programmatically access relational databases, so when a new version of the specification is released by the Java Community ... learn more
| ||||||||
| ||||||||
Connecting to a MySQL Database using Connector/J JDBC Driver. | ||||||||
A tutorial on how to connect to a MySQL Database using Connector/J JDBC Driver. Explains what are database URLs? Why and how to specify JDBC driver names? Then moves on to write a simple Java program to connect to a MySQL database server. Explains all the code in detail. ... learn more
| ||||||||
| ||||||||
Migrating web application from websphere 3.5 to 4.0 | ||||||||
This is a tutorial about migrating web applications (Servlets, JSP, JavaBeans) from WebSphere 3.5 to WebSphere 4.0 which is J2EE 1.2 compliant. ... learn more
| ||||||||
| ||||||||
Paging Records in JSP | ||||||||
You can divide database results into pages with this script. This source code is for available to use with MySQL. But you can modify the code to use with PostgreSql and Oracle. You can not use this code with MS-SQL. Becuase MS-SQL does not support using 'LIMIT' in your sql queries. ... learn more
| ||||||||
| ||||||||
Long-term persistence: Serialize JavaBean component state to XML | ||||||||
The ability to save the JavaBean component state for long-term persistence within an XML document has been a topic of much discussion with Java developers in the past few years. This feature has finally been adopted in the 1.4 version of J2SE. This article shows you how to use the new XMLEncoder and XMLDecoder classes, ... learn more
| ||||||||
| ||||||||
XML generation with JAVA | ||||||||
XML developers used to rely on XML parsers to read XML files. They also used to rely on XML processors to transform XML to *ML (HTML, XML, etc.). However, most of them forget these tools to generate XML from scratch. They should not. This article presents code samples for generating XML with JAVA/JAXP. ... learn more
| ||||||||
| ||||||||

