| Home : Certification : Java |
| Click "Subscribe" if you want to be notified of new or updated links in this category. | Subscribe |
|
|
Java Listings
|
|
Total:
82 | Displaying: 41 - 50 | Pages: << 1 2 3 4 5 6 7 8 9 >> |
|
|
|
Most Web applications require certain aspects of the system to be secured in some manner. Security requirements are often specified at both the system and functional levels. System requirements may dictate, for example, that entry of sensitive information should be performed over a secure HTTP connection (HTTPS). On a higher level, functional requirements may dictate that only users with administrative privileges can access certain pages and menu items.
Updated: 07/17/2006
|
|
|
One of the major benefits of using the Struts framework is its built-in interface for performing data validations on incoming form data. As discussed in Chapter 4, upon submitting an HTML form, Struts captures the form data and uses it to populate one of your application’s ActionForm subclasses (Form Bean) assigned to the form. The Form Bean’s validate( ) method is then called to perform any necessary validation of the incoming data.
Updated: 07/17/2006
|
|
|
The word “enterprise” has magical powers in computer programming circles. It can increase the price of a product by an order of magnitude, and double the potential salary of an experienced consultant.
Updated: 07/17/2006
|
|
|
Over the last few years, Java has established itself as the leading technology for web application development. Developers are using technologies like servlets and JSP to develop scalable and robust browser-based user interfaces for countless applications with great success.
Updated: 07/17/2006
|
|
|
Imagine building a flight reservation application with a web interface. The user first enters the departure and destination airports and dates, and preferences such as ticket type, airlines, and number of stops. This information is then validated and the user is presented with matching flight choices.
Updated: 07/17/2006
|
|
|
One fundamental principle of programming is that, generally, it is best to swap a logic error for a compiler error. Compiler errors tend to be found in seconds and are corrected just as fast. Syntax errors are a good example. A missing semicolon can make things confusing. If the compiler error is something particularly cryptic, the resolution may take as long as a couple of minutes to discover
Updated: 07/17/2006
|
|
|
In this article, we will examine working with Java Stored Procedures in Oracle database.
The entire code has been tested with only Oracle 10g with version 10.2. It would also support any successive versions after Oracle 8i. But, I didn’t personally check all of those versions.
Updated: 07/17/2006
|
|
|
In the previous chapters, we briefly introduced the J2EE and JavaServer Pages (JSP) technologies; in this chapter, well start to take a much more detailed look at JSP.
Updated: 07/17/2006
|
|
|
As a final test, we're going to walk through the process of creating and deploying a JavaServer page. This is going to make certain that the J2EE server is working properly first, and give you your first taste of building, deploying, and testing a J2EE application
Updated: 07/17/2006
|
|
|
In the second part of our series on Hibernate, we will take a close look at its architecture and core classes. We will also cover the different types of queries possible in Hibernate. Finally, we'll use a real world example to illustrate our discussion.
Updated: 07/17/2006
|
|
|
Java Listings
|
|
Total:
82 | Displaying: 41 - 50 | Pages: << 1 2 3 4 5 6 7 8 9 >> |
|
|