Techniques Article Published April 29, 2002
Open-source code isn't just for young radicals anymore. 'Development Strategies' columnist Mohseni says that even major enterprises need to take it into consideration when planning their IT needs, balancing the benefits and costs just as they do with commercial software.
Enterprise Java Article Published March 25, 2002
An open-source application server that can host business components developed in Java is raising a fuss in the J2EE world, because it doesn't conform to the standard corporate business model. Why are people afraid of it?
Enterprise Java Article Published February 25, 2002
In our "Class of the Month" column, Mohseni examines the Preferences API in JDK 1.4, which provides a framework for managing, reading, and writing application configuration and preference information.
XML Article Published January 28, 2002
This time, our "Class of the Month" column looks briefly at the APIs available from Sun for creating next-generation Web services in Java.
Enterprise Java Article Published December 3, 2001
In his "Class of the Month" column, Mohseni examines the benefits of the core logging facilities contained in the java.util.logging package, which can be very helpful in maintenance and troubleshooting, as well as cross-platform compatibility.
Enterprise Java Article Published October 22, 2001
Regular expressions are a useful programming tool. The fact that Java now natively supports them simplifies many programming tasks that used to require cumbersome code.
Enterprise Java Article Published August 20, 2001
In his "Class of the Month" column, Mohseni reviews a JSP tag class that enables developers to capture and manipulate data in the 'body' of a tag for use in an application.
Enterprise Java Article Published July 12, 2001
A number of popular Java technologies and frameworks depend on the Reflection API to function. Learn more about its many uses.
Visual Basic Article Published June 12, 2001
We focus on the architecture and technologies that make up JXTA, a new open-source computing architecture for peer-to-peer apps from scientists at Sun.
Other Java Article Published June 11, 2001
JSP Tag libraries provide a convenient framework for developing Web applications. They allow you to wrap custom functionality inside XML-like tags.
XML Article Published May 17, 2001
Xpath expressions offer a flexible structure for navigating inside an XML document. While they are usually used in conjunction with XSLT style sheets to identify pieces of an XML document targeted for transformations, they can be effective in any application that needs to extract information from an XML document.
Open Source Article Published May 10, 2001
TAME (Tag-Activated Markup Enhancer) is a new programming language that is platform-independent, server-side, interpretive, and contains full integration with XML
XML Article Published May 10, 2001
TAME (Tag-Activated Markup Enhancer) is a new programming language that is platform-independent, server-side, interpretive, and contains full integration with XML
Enterprise Java Article Published May 8, 2001
There are times when the resource your Java application needs is available from a Web site. You can see it by pointing your browser to its URL. You just need to have your application access it. The java.net.HttpURLConnection class will help you do just that.
Enterprise Java Article Published May 3, 2001
Taglibs provide a reusable framework for J2EE application development, but
their key to success is availability. The more complete the tag libraries are,
the more the need to write Java code directly inside the JSP page or via
JavaBeans diminishes.
XML Article Published May 3, 2001
Taglibs provide a reusable framework for J2EE application development, but
their key to success is availability. The more complete the tag libraries are,
the more the need to write Java code directly inside the JSP page or via
JavaBeans diminishes.
Techniques Article Published April 26, 2001
In the old days, when data was stored in plain text files, scripting languages were quite popular. With a lot of data now moving to XML, it becomes an interesting exercise to see how scripting languages have evolved to support XML-based data.
XML Article Published April 26, 2001
In the old days, when data was stored in plain text files, scripting languages were quite popular. With a lot of data now moving to XML, it becomes an interesting exercise to see how scripting languages have evolved to support XML-based data.
Open Source Article Published April 19, 2001
Coming up with effective XSLT scripts is not a trivial task specially when complex transformations are involved and the source document has a complicated structure.
XML Article Published April 19, 2001
Coming up with effective XSLT scripts is not a trivial task specially when complex transformations are involved and the source document has a complicated structure.
XML Article Published April 13, 2001
Jato is an open-source effort focusing on XML/Java conversion which allows the developer to focus strictly on the mapping without paying too much attention to implementation.
Open Source Article Published April 13, 2001
Jato is an open-source effort focusing on XML/Java conversion which allows the developer to focus strictly on the mapping without paying too much attention to implementation.
XML Article Published April 10, 2001
By using a familiar model and providing a series of utility scripts/tools, Idoox simplifies the creation and deployment of Web services.
Techniques Article Published April 4, 2001
By using a familiar model and providing a series of utility scripts/tools, Idoox simplifies the creation and deployment of Web services.
Other Java Article Published April 3, 2001
Subclasses of Calendar interpret a date according to the rules of a specific calendar system. One such subclass is java.util.GregorianCalendar. You can use the methods and properties of GregorianCalendar for many of your date and time calculations and comparisons.
Open Source Article Published March 29, 2001
Piroz Mohseni presents the typical steps a client application must take in order to invoke a SOAP call.
XML Article Published March 29, 2001
Piroz Mohseni presents the typical steps a client application must take in order to invoke a SOAP call.
XML Article Published March 22, 2001
Check out the ability to compile XSLT. Learn about XSLTC and translets as well!
XML Article Published March 15, 2001
Comparing two files is easy with the right tool. What is the right tool for XML documents?
XML Article Published March 8, 2001
The recursive aspect of XSLT often leads to elegant and concise transformations. It is the ability to make exceptions during this recursion, however, which makes XSLT quite useful. This article illustrates the simple syntax needed to do branching during a
Enterprise Java Article Published March 7, 2001
We begin a new column on useful Java classes by looking at Timer and TimerTask, which facilitate execution of code at a predetermined time or during specified time intervals.
XML Article Published March 1, 2001
Will data binding make XML irrelevant?
XML Article Published February 22, 2001
Jabber brings together real-time messaging and XML.
XML Article Published February 14, 2001
Xalan 2 provides a transformation framework that is independent of the parser and transformer implementations. Piroz Mohseni presents Xalan 2 in this Developer.com XML Tech Note.
XML Article Published February 8, 2001
In this, the February 7, 2001 XML Tech Notes, Piroz Mohseni explains WSDL.
XML Article Published February 1, 2001
XSLT extensions provide a nice framework for using conventional programming tasks and incorporating business logic into transformations done by XSLT. Piroz Mohseni touches on how you can begin to use XSLT extensions.
XML Article Published January 25, 2001
Piroz Mohsenis talks about how XML is being applied to HTML to get XHTML.
XML Article Published January 17, 2001
Piroz Mohsenis talks about Web Services and how they are helping to improve computer interactions.
XML Article Published January 11, 2001
Piroz Mohseni discussions using an engine to query XML.
Techniques Article Published January 3, 2001
JDOM takes an intuitive approach to modeling an XML document into a series of Java objects. These objects are then used like any other Java object to manipulate and modify an XML document.
XML Article Published January 3, 2001
Piroz Mohseni covers SAX Navigation in this posting from the Developer.COM XML Tech Notes newsletter.
XML Article Published January 1, 2001
Piroz Mohseni addresses SOAP - The Simple Object Access Protocol.
XML Article Published January 1, 2001
Piroz Mohseni talks about technologies that have helped XML users to integrate XML-based data into their applications.
XML Article Published January 1, 2001
In this, the Premier of the Developer.com XML Tech Notes, Piroz Mohseni presents information on the state of XML. This includes information he gained at the XML DevCon Fall 2000 conference.
XML Article Published January 1, 2001
Project Adelard from Sun Microsystems provides an XML data binding framework as do other APIs and technologies. Piroz Mohseni reviews a number of these technologies in todays article.
XML Article Published January 1, 2001
Piroz Mohseni presents XML Transformations. In addition to mentioning standard XSLT abilities, he also touches on a JSP alternative.
Open Source Article Published October 18, 2000
Piroz Mohseni looks at how some of the most popular scripting languages today work with XML.
Techniques Article Published June 6, 2000
Although the details of JDBC calls can be embedded inside a JSP page, it is much cleaner to take that part of the code and wrap it in a JavaBean.
Techniques Article Published May 3, 2000
Java and PDF provide a nice solution for many types of applications such as legal forms where a hand signature is still required.
XML Article Published November 10, 1999
If you have been involved in creating a fairly complex Web site, you have probably experienced the need for separating data and its presentation. You probably recall the stage where the user community had asked for various changes to the "look and fe
Enterprise Java Article Published November 3, 1999
Got a PalmPilot? Here's a nice environment for developing simple to moderate applications using Java.
Enterprise Java Article Published September 28, 1999
We wrap up our tutorial on JSP with a look at session management and how to integrate JavaBeans.
Enterprise Java Article Published September 21, 1999
JSP offers a unique environment to create highly dynamic Web applications - get started with it today.
Other Language Article Published July 8, 1999
If there is one adjective that can describe REBOL, it is simple.
Enterprise Java Article Published June 2, 1999
XML has certain qualities that make it a nice fit for servlet-based applications. Along with its related standards, XML provides a way for representing data and interacting with it.
Enterprise Java Article Published May 25, 1999
Here's a hands-on lesson in integrating several Web data-access applications into one using Perl and Java.
Enterprise Java Article Published February 3, 1999
Find out how these two hot technologies work together in this basic introduction.
EJB/Components Article Published December 30, 1998
The EJB component model offers a framework for the seemingly disparate systems of today's servers without leaning toward one particular implementation. Here's how it works.