The Artima Developer Community
Sponsored Link

Java Buzz Forum
ClientJava.com Links(5) - MDI or Not, Client Communications, Simprit Swing

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Scott Delap

Posts: 1154
Nickname: scottdelap
Registered: Sep, 2004

Client / Server application developer.
ClientJava.com Links(5) - MDI or Not, Client Communications, Simprit Swing Posted: Dec 9, 2004 7:38 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Scott Delap.
Original Post: ClientJava.com Links(5) - MDI or Not, Client Communications, Simprit Swing
Feed Title: ClientJava.com
Feed URL: http://www.clientjava.com/archives/wireless_mobile.rdf
Feed Description: Client/Desktop Related Java Development
Latest Java Buzz Posts
Latest Java Buzz Posts by Scott Delap
Latest Posts From ClientJava.com

Advertisement

The Rich Web Client conundrum
Rich Web based applications are far from "new", but there still doesn't seem to be a general consensus on how they should be constructed. To the contrary, there are a dizzying array of options for constructing both the client and the server parts of the equation. Perhaps it will help to review the basics...

In reality, there are only three options for implementing the client-side of a Rich Web UI...

Simprit Swing 1.1 - Swing components lib
Simprit Swing is an addon package for Java Swing. It enhances Java Swing components and provides new Swing components like link button, tool bar pane (container of multiple tool bars), calendar pane, date picker, text fields, etc.

Servlets: Tons of Funneling and Tunneling Fun
Sometimes when developing a server-side application, a time arises to consider client-side interfaces (thin clients), whether it be through Java web start, an applet, or a standard application the users install on their machine. Centralized data (data on the server) is still a must however, and that means that you have to find a way to get data down to the client applications from the server.

To MDI or not to MDI?
I often hear programmers complain that Swing does not support true MDI. As of yet, SWT doesn't support MDI at all, although the SWT project has said that they fully intend to add MDI support. However, I don't se 1f40 e what the big deal is. If you find yourself wanting to use MDI in today's world, then you are probably doing something wrong and should rethink your UI design...

Using JConsole to Monitor Applications
JConsole is a Swing-based application introduced in J2SE 5.0 that uses the extensive instrumentation of the Java virtual machine to provide information on performance and resource consumption of applications running on the Java platform. This article by Mandy Chung (who designed and implemented the VM monitoring and management interface in JDK 5.0) describes the monitoring and management architecture, how JConsole plugs into it, and how to use JConsole to perform such tasks as detecting deadlocks and controlling the log level.

Read: ClientJava.com Links(5) - MDI or Not, Client Communications, Simprit Swing

Topic: JBoss, Hibernate and EJB3 at AustinJUG Previous Topic   Next Topic Topic: Quote Of The Day

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use