Quantcast
Read WebProNews
With Friends!

Java Articles

Java Problems On Win98

Question: I am running Win98 and Explorer 6. Recently, I am having a problem with Java. I have not changed any of my setting in IE, but it will not run certain Java pages anymore. I have tried to re-install the latest version of IE 6, but it is still the same. I installed the latest Java plugin, but it is still the same.

Carey Holzman Answers MS Windows and PC Hardware Questions
· 1

Does your Windows PC have issues? Having trouble getting your Windows 98 computers to talk to each other? That new video card driving disagreeing with your system? Carey Holzman can help!

How Java Web Servers Work

A web server is also called a Hypertext Transfer Protocol (HTTP) server because it uses HTTP to communicate with its clients, which are usually web browsers.

Borland Heats Up New, Upgraded Java Tools

Borland Software Corp. this week will release new tools and other technologies that reinforce the company’s independent position among development platforms.

Serialize Java Data Objects to XML

Save and Restore Java data objects to a compact, robust, and reusable XML form

Time for MS to Throw in the Java Towel?

Now that client-side Java has foundered, why is Microsoft still struggling with Sun over its implementation?

Java Development Tools You Never Knew Existed

The world of software is ever-growing, and though we all like to stay on top of all the tools available to us, who has the time?

Password encryption: rationale and Java example

Where has your password been?

Java Certification

Cramming won’t cut it. Certification counts but not more than experience.

Java FTP client libraries reviewed

This article explains how to write FTP client code in Java using available libraries. It compares an exhaustive list of FTP libraries, presents pros and cons of each library, and helps decision makers choose the most appropriate one for their needs.

Taming your Tomcat: Filtering tricks for Tomcat 5

Designing maintainable high-performance systems

The new Tomcat 5 server takes filters to a new level of deployment flexibility. Tomcat 5′s support for the upcoming Servlet 2.4 and JSP 2.0 specifications gives filter writers a new way to integrate and deploy these flexible components — tapping directly into the request dispatcher’s operations. In this article, Sing Li takes you on a guided tour of the new enhancement and gives you some hands-on training. See how Tomcat 5 can benefit Web application frameworks and lead ultimately to the design of maintainable high-performance systems.

Java Tip 136: Protect Web application control flow

Web application designers and programmers often face situations where a form submission must be protected against a rupture in the normal control flow sequence. This situation typically occurs when a user clicks more than once on a submit button before the response is sent back or when a client accesses a view by returning to a previously bookmarked page.

Java Servlet and JavaServer Pages (JSP) Technologies

MDR-EdO: Welcome to today’s Java Live session on Java Servlet and JavaServer Pages (JSP) technologies. Our guests are computer scientist Marty Hall, and Sun Technical Staff Member Mark Roth. Marty is the author of the books Core Servlets & JavaServer Pages and More Servlets and JavaServer Pages. Mark is the co-lead of the JSP 2.0 specification. This chat was advertised as “new developments in servlet and JSP technologies.” So let’s begin with the basic question — what’s new in these areas?

Putting Design Principles to the Test (A Java based Case Study)

It’s time to consolidate on what we’ve been discussing in this series about design principles governing the class structure and package structure. In this article, I will present a sample case study in which we will develop a hypothetical application component and try to employ all the design principles we have learned so far, to come up with a reasonable robust design solution.

Understanding Properties in Java and C#

This is a long and technically complex tutorial lesson. Therefore, I have broken it into six parts. You should be able to finish reading each part in one sitting.

Bringing your Java Application to Mac OS X

Apple has just released Java 2 Standard Edition (J2SE) 1.4.1 for Mac OS X. Mac OS X has shipped with J2SE 1.3.1 installed from the beginning. Now J2SE 1.4.1 is available to all Jaguar (Mac OS X version 10.2) owners by using the software update at Apple’s Java product page. Much of the time porting J2SE 1.4.1 to the Mac has been spent moving the GUI elements from the Carbon framework to the Cocoa framework. This means it is easier for your Java applications to take advantage of Mac OS X specific features when running on the platform and to look and feel more like native applications.

Sun bets on wireless Java

65 million handsets all over the Java-enabled. Qualcomm’s BREW and Windows CE are lurking in the sidelines but Sun does not see them as big threats. A 100 million handsets will be Java enabled within a year, believes Sun.

Sun touts Java integration specification

Promises ro reduce development costs for Java-based web services

Intro to RMI with Java

Page 1: Introduction
RMI is the acronym for Remote Method Invocation. As the name suggests, it helps you locate and execute methods of remote objects. It’s like placing a class on Machine A and calling methods of that class from Machine B as though they were from the same machine. Confused? Well if you are new to the concepts of enterprise programming then it would take you some time to get this concept.

Database Programming With Java + JDBC: Part 3/4

Our Address Book App (contd.)

Database Programming With Java + JDBC: Part 2/4

Before We Start Coding