The Artima Developer Community
Sponsored Link

Java Buzz Forum
ClientJava.com Links(11) - Easy Java 3D and Webstart, Avoid InstallAnywhere, Checkboxes in JTree

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(11) - Easy Java 3D and Webstart, Avoid InstallAnywhere, Checkboxes in JTree Posted: Sep 24, 2004 7:26 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(11) - Easy Java 3D and Webstart, Avoid InstallAnywhere, Checkboxes in JTree
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

This always happens. I wait one day and go from 2 links to 10+. Lots of interesting stuff today.

QuickJNLP 0.5 has been released
QuickJNLP is a utility allows regular Java applications to be deployed with Web Start. It packs all the necessary files for the application into a Jar file and generates a corresponding JNLP file. The original java application does not need to modified in any way for use with Web Start.

The purpose of QuickJNLP is to make regular Java applications work with Web Start without the need for any changes to the application code. This means that applications that were not written with Web Start in mind can deployed using Web Start technology. QuickJNLP creates an executable Jar archive which includes all the files from the application directory specified by the user, along with a JNLP file. Once the Jar archive is signed by the user, it may be deployed on the website, with the JNLP file. When the Jar archive is executed it will automatically unpack the files and invoke the correct command to start the application. QuickJNLP can also be used to prepare native applications for deployment using Web Start. Java applications that require a console for input and output will still have access to one when deployed via Web Start. The program features an easy to use graphic user interface as well as a command line option.

WebRCP
WebRCP is a framework for launching Eclipse RCP-Applications with Sun's Java Web Start. WebRCP supports the most common platforms.

A Visual Index to the Swing Components
All the Sun Swing components in their Metalized glory.

Java3D Webstart
This project contains Java Web Start-accessible releases of the Java 3DTM and vecmath APIs. Applications can access Java 3D from this site using the Java Network Launching Protocol (JNLP), without requiring user's of the application to download and install Java 3D.

Servoy
Marketing Stuff:
Servoy is an application development and deployment environment used to create and deploy user-interface applications. Servoy consists of a powerful GUI designer, is fully event driven and scriptable through JavaScript to help you build and deploy your SQL database front-end applications much faster than in any other development environment.

Reason for Post:
It is written in Java.

Avoid InstallAnywhere At 1f40 All Cost
Janek vents his frustrations with InstallAnywhere.

Ristretto 1.0 RC2 released
Ristretto is Columba's mail backend, a low-level mail library. It features complete support for IMAP, SMTP and POP3 and is implemented in full compliance to the RFC standards.

  • full IMAP, SMTP, POP3 support
  • full SSL support
  • low-level implementation of the RFCs
  • very fast and stable parsers using regular expressions
  • encoder/decoders for various encodings
  • very small in size (~180 kB)

Why isn't the client side as organized as the server?
JavaLobby thread by yours truely.

SWT/JFace Tips and Tricks: Dialogs

More on MiniApps
A continuation of Joshua's thoughts.

Checkboxes in a JTree
It sounds so simple. However, as Morden comments it is not. An interesting look into the mind of a developer ... I love this quote

    It took me a long time to find the solution to this, I tried screen co-ordinate translation (note don't ever try to get this working with tree cells!).

Read: ClientJava.com Links(11) - Easy Java 3D and Webstart, Avoid InstallAnywhere, Checkboxes in JTree

Topic: Bloglines: I'm hooked Previous Topic   Next Topic Topic: [Sep 13, 2004 05:33 PDT] 21 Links

Sponsored Links



Google
  Web Artima.com   

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