Tips and Tutorials Subcategories
Applet Building
Application Building
Communication
Database-Related
Development
EJB
General Java
JavaBeans
JSP and Servlets
Miscellaneous
Networking
Security
Swing
WAP and WML
XML and Java
ATech Group Scripts Collection 11th March 2006

Java Runtime Problems
A brief note about some possible causes of runtime problems which may prevent Java applets from working correctly.

Released: Sep 28, 2022
Java

Keywords: Programming, notes, tips, problems, runtime

Dynamic Web-based data access using JSP and JDBC technologies
This article discusses using the JSP and JDBC technologies to integrate static, dynamic, and database content in Web sites. For the purposes of simplicity and illustration, the JSP pages here use short scriptlets to expose the JSP developer to the underlying JDBC concepts instead of hiding them in custom tags. The author introduces a key design approach that integrates JavaBeans components with JDBC, similar to the way that JavaServer Pages technology already uses beans with HTTP. He also provides code for implementing this integration.

Released: Sep 26, 2022
Java

Keywords: JSP, JavaServer, Pages, relational, database

Java Q & A
Here are a selection of common questions and answers about Java programming. Question categories are grouped by Applets, AWT / Graphics, I/O & Files, Language questions, Data type issues, Keywords, Operators, Networking, Java.util package and more.

Released: Sep 21, 2022
Java

Keywords: Answers, sample source code, polymorphism, class, class inheritence

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.

Released: Sep 21, 2022
Java

Getting started with Java
This tutorial will introduce you to Java programming. You'll compile and run your very own Java application, using Sun's Java Development Kit.

Released: Sep 21, 2022
Java

Creating a text adventure game in Java
This is a series of tutorials that show you how to create an object-orientated adventure gaming system.

Released: Sep 21, 2022
Java

Keywords: Objects, Infocom, Zork, Douglas Adams, classic

Java Programmer's FAQ
The Java FAQs here are intended for people who already have some programming experience, though maybe not in the JavaTM programming language.

Released: Sep 21, 2022
Java

Creating Java2D composites for rollover effects
When creating or using Java applications, you may have experienced some interesting rollover and/or selection effects when using default Swing mechanisms. A more consistent, more common result can be reached using the Java2D API which allows you to methodically define composite values for rollover and selection events. In this article, discover how images are constructed within Java language and how they can be manipulated using AWT composites.

Released: Sep 16, 2022
Java

Keywords: Java2D Composites winchester schwartz, tttwaca, tttjca

Best Practice with Expresso Framework
Why invent the wheel every time you develop an application in Java? Writing a J2EE web application is complicated enough; you would not write a linked list module in C++ every time you started a new project. You would rather use another person's implementation. The same reuse-idea surely applies to server-side web development. This article looks at the best practices of using one popular web application toolkit, Expresso Framework. The idea of using custom tags, JSP, and the MVC paradigm are suitable for such frameworks. It will illustrate the best of practice through an on-line stock trading program example.

Released: Sep 14, 2022
Java

The Jxta command shell
Project Jxta is a community-run attempt to build a utility application substrate for peer-to-peer applications. The initial reference implementation of Jxta includes a command-line shell that allows experimentation with the core Jxta platform without programming. This article takes us through a hands-on tour of the <a href="http://www-106.ibm.com/developerworks/java/library/j-p2pint2?open&l=766,t=grj,p=Jxta2">Jxta shell</a>. You'll explore its command set and extend its capability by writing your own custom commands using the Java programming language.

Released: Sep 11, 2022
Java

Keywords: Java, programming, Sing, tttjca, P2P

Copyright 1999-2006 © ATech Group, All rights reserved. Privacy Policy | Terms and Conditions