Creating a Web Application on JBoss AS 5
In this two-part article by Francesco Marchioni, we will be developing and configuring web applications using JBoss web container. Most developers have surely gained some experience with web applications. Therefore, we will not cover the basics of web applications; we will rather disclose how easy it can be to create a consistent web layer for [...]
Working with Ajax Table Editors and Viewers
A typical Web application shows information that is retrieved from databases and other sources such as data feeds. In many cases, one or more Web forms let the user enter new information or modify the existing data. When the user clicks a button, the form's data is sent to the server where it is validated [...]
Swinging and Tweeting with Java and NetBeans
In this article by Alfonso Romero, we will discuss how to go about building a custom application for Twitter using java and NetBeans, instead of using the standard web interace. We will learn how login into Twitter using our application and also see the last tweet.
Due to the fact that writing a Java app to [...]