How To Extract Java File From Sony Ericsson K850?
the Google Maps have installed on my Sony Ericsson K850 and now wanted to extract the Java file to get during the installation of the Google Map on my phone. I did not think that Java file, as I have installed that Google Map on the phone GPRS facility on their mobile phones. Just as [...]
Core JavaServer Faces
Publisher: Prentice Hall 2010 | 672 Pages | ISBN: 0137012896 JavaServer Faces (JSF) is the standard Java EE technology for building web user interfaces. It provides a powerful framework for developing server-side applications, allowing you to cleanly separate visual presentation and application logic. JSF 2.0 is a major upgrade, which not only adds many useful [...]
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 [...]