|
|
Feature
By Boris Minkin  In the article 'Creating Web Applications with the Eclipse WTP' (http://jdj.sys-con.com/read/152270.htm ), we created a Web application using Eclipse Web Tools Project, the Tomcat application server, and the MySQL database server. That application (DBTest) was good, however, it had som... May. 10, 2006 01:30 PM EDT Reads: 101,192 Replies: 10 | By Victor Rasputnis; Yakov Fain; Anatole Tartakovsky  A typical Java developer knows that when you need to develop a GUI for a Java application, Swing is the tool. Eclipse SWT also has a number of followers, but the majority of people use Java Swing. For the past 10 years, it was a given that Swing development wouldn't be easy; you have t... May. 10, 2006 09:45 AM EDT Reads: 199,631 Replies: 17 | By Chris Schalk; Michael O'Neill  Service-Oriented Architecture (SOA) is a hot topic among analysts, CIOs, and technology marketers, but the path from high-level architectural principles to programming a functioning, real-world service isn't always clear, especially since, in the end, you still need to create a clean u... May. 1, 2006 03:00 PM EDT Reads: 45,436 Replies: 3 | By Craig Caulfield  In concurrent programming, exclusion refers to any technique that dynamically locks certain blocks of code so multiple threads can't corrupt their shared resources in ways that can cause integrity problems. In Java, exclusion has meant using the synchronized keyword against a method or... Apr. 21, 2006 02:00 PM EDT Reads: 25,290 Replies: 2 | By Chris Beels  Open Source Business Intelligence software is finally coming into its own, with three major players coming to the fore: JasperReports, Pentaho, and BIRT (Business Intelligence and reporting tools). Business Intelligence technology comprises solutions for delivering enterprise data in t... Apr. 17, 2006 11:00 AM EDT Reads: 47,615 Replies: 1 | By Jonas Jacobi; John Fallows  JavaServer Faces (JSF) standardizes the server-side component model for Web application development but doesn't standardize the presentation layer at the browser. In a series of articles we are going to look at how JSF can fulfill new presentation requirements without sacrificing appli... Apr. 6, 2006 09:30 AM EDT Reads: 93,608 Replies: 5 | By Heman Robinson  Jakarta Struts provides a standard framework for Web applications, and JavaServer Faces offers a component-based framework for user interfaces. At the user interface, a common task in both frameworks is selecting items from lists. Over the years, standard design patterns have been deve... Mar. 24, 2006 03:00 PM EST Reads: 31,754 | By Boris Minkin  Today's trend is to integrate existing systems in a standard way to make disparate implementations interoperate. Web Services and XML came along with the ability to provide a standard communication interface between these systems, as well as the standard description language - WSDL - t... Feb. 27, 2006 11:45 AM EST Reads: 116,078 Replies: 10 | By Victor Rasputnis; Anatole Tartakovsky; Igor Nys  Browser-based applications are widely used and we like the fact that we can access them from anywhere. But from the users' perspective, the productivity level of Web applications still doesn't approximate the productivity of desktop programs. The good news is the gap is closing: the ac... Feb. 19, 2006 05:45 PM EST Reads: 78,074 Replies: 8 | By Norman Richards  Web sites were originally static. Later dynamic content came about through CGI scripts paving the way for the first true Web applications. Since HTTP was entirely stateless, it became necessary to invent ways for requests to be linked together in a sequence. At first state was added to... Feb. 19, 2006 12:45 PM EST Reads: 53,531 Replies: 1 | By Man-ping Grace Chau  This article aims to illustrate how loose coupling of a Model in an MVC-based framework can be achieved by describing a real example - developing a framework for a Web-based XSD-XML generator, which is part of the Event Web research at the Infospheres Lab at Caltech. Why this is import... Feb. 9, 2006 03:45 PM EST Reads: 20,970 Replies: 1 | By Jess Garms; Tim Hanson  During the beta period for JDK 1.5, we worked on a 1.5 Java compiler for BEA's Java IDE. As we implemented various new features, people would begin exploiting them in new ways, some clever, some clearly candidates for a list of what not to do. The compiler itself used 1.5 features, so ... Feb. 6, 2006 11:30 AM EST Reads: 33,217 Replies: 2 | By Matt Gabor  Whether writing code for a small, single-platform environment or contributing to a sophisticated cross-platform, multi-language application, one truth remains consistent: a disorganized or poorly implemented build management strategy will adversely affect a developer's workflow. Dec. 29, 2005 05:15 PM EST Reads: 27,773 Replies: 1 | By Phil Herold  In this month's article I introduce TableLayout, a robust but easy-to-use LayoutManager for use in any Java Swing application. It's based very loosely on the HTML TABLE paradigm, where components are placed in table cells in row-major order. Vertical and horizontal alignment for the co... Dec. 16, 2005 07:00 PM EST Reads: 50,062 Replies: 20 | By Graham P. Harrison  AJAX and JMX are at opposite ends of the Systems Management stack. However, the emerging ubiquity of the AJAX model for rich browser clients has obscured the benefits the model provides in the architectural space for enhancing support patterns within the problem resolution pipeline. Dec. 14, 2005 06:30 AM EST Reads: 91,014 Replies: 8 | By Puneet Sangal  While creational patterns decouple a client from the objects it instantiates, behavioral patterns dictate the object interaction. If not carefully planned, coupling and cohesion can pose major design issues. My previous article, 'Java GoF Creational Design Patterns' (JDJ, Vol. 9, issue... Dec. 7, 2005 08:00 AM EST Reads: 27,126 Replies: 1 | By Nishanth Sastry  Like most other self-respecting developers I had also read the GoF book 'Design Patterns,' including the section on the visitor pattern. However, when a colleague came over to me with a question, I could not initially justify the complexity of the example code I saw in the book. What f... Oct. 23, 2005 11:00 AM EDT Reads: 23,332 Replies: 2 |
|
|