ADBRITE ads links
You are here: CodeIdol.com > Java > Effective Enterprise Java > Presentation
Effective Enterprise Java
| It's all just dialogs and data.—Mike Cohn
: it seems so simple. Just toss up some dialogs, some buttons, a few list boxes and scroll bars,...
|
|
| No, this tip doesn't refer to the wealthy customer who wants changes made to the application. Instead, it refers to that form of presentation that...
|
|
| A Web application is different from a standard GUI application in a couple of ways, most notably in the fact that the server sends back...
|
|
| Consider the following (simplified) JSP page:
<%@ page language="Java" %>
<%@ page import="java.sql.*, javax.sql.*" %>
<html>
<head><title>Product Search Results</title></head>
<%
Connection conn = application.getAttribute("dbconn");
// Assume JDBC Connection was stored...
|
|
| At first, this item may seem like a repeat of Item 53. While they share some similar ideas, the items are somewhat different. Whereas in...
|
|
| While some applications need to be entirely dynamic, a large class of applications doesn't need to render its output completely at runtime. For example, consider...
|
|
| It's a well-understood fact that users won't always give you everything you need; in fact, it's pretty much guaranteed that your average users will forget...
|
|
You are here: CodeIdol.com > Java > Effective Enterprise Java > Presentation
|
|
Related tags
Popular Categories
Unix books and guides
AJAX popular information
C# language guides
Windows books and cookbooks
.......
|
|