XML
  Home arrow XML arrow Page 3 - Java UI Design with an IDE
Dev Articles Forums 
ADO.NET  
Apache  
ASP  
ASP.NET  
C#  
C++  
ColdFusion  
COM/COM+  
Delphi-Kylix  
Design Usability  
Development Cycles  
DHTML  
Embedded Tools  
Flash  
Graphic Design  
HTML  
IIS  
Interviews  
Java  
JavaScript  
MySQL  
Oracle  
Photoshop  
PHP  
Reviews  
Ruby-on-Rails  
SQL  
SQL Server  
Style Sheets  
VB.Net  
Visual Basic  
Web Authoring  
Web Services  
Web Standards  
XML  
Mobile Linux 
App Generation ROI 
IBM® developerWorks 
Weekly Newsletter
 
Developer Updates  
Free Website Content 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid 
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
XML

Java UI Design with an IDE
By: Dan Wellman
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 4 stars4 stars4 stars4 stars4 stars / 10
    2006-09-20

    Table of Contents:
  • Java UI Design with an IDE
  • ThinG
  • Abielle Forms Designer
  • SpeedJG
  • JFormDesigner

  • Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      Del.ici.ous Digg
      Blink Simpy
      Google Spurl
      Y! MyWeb Furl
    Email Me Similar Content When Posted
    Add Developer Shed Article Feed To Your Site
    Email Article To Friend
    Print Version Of Article
    PDF Version Of Article
     
     
    ADVERTISEMENT


    Java UI Design with an IDE - Abielle Forms Designer


    (Page 3 of 5 )

    Anyone that's used an application like Visual Studio Pro is going to be used to the term forms in application development or web forms in web application design. The next UI builder I looked at now brings this term to the Java application development platform.  Abielle Forms Designer is a very good open source WYSIWYG editor that makes use of several toolkits to produce very well polished application interfaces.

     

    It doesn't make use of or output XML files itself. Once you've visually created your Java form by dragging and dropping elements into the layout grid, it kindly outputs a Java class file for you in your specified source directory.  It does however make use of the Apache Batik toolkit, which is used to include SVG images in your Java applications. SVG, as I'm sure you're aware, is described using XML. This is one reason I decided to look at and include it in this article.

    Additionally, one of the main reasons for using XML to describe the UI of your Java applications is to separate the presentation of the application from the program logic, making updates to either segment of structure of your application much easier to maintain and improve. While Abielle doesn't make use of XML for this purpose, it does make updating your interface very straightforward. The application saves your forms in separate .jfrm files from the outputted class file. If you want to make any changes to your interface, you can just update the .jfrm file, then generate a new class file. 

    Looking through the manual, it also appears that you can use these files by your application at run time also.  Overall the application is easy to use and has an extensive help file. It meets a very high standard for a free application.  You can find it at http://abielle.dev.java.net.

    More XML Articles
    More By Dan Wellman


       · Hi,The applications looked at in this article form a more integrated and visual...
     

    XML ARTICLES

    - Using Regions with XSL Formatting Objects
    - Using XSL Formatting Objects
    - More Schematron Features
    - Schematron Patterns and Validation
    - Using Schematron
    - Datatypes and More in RELAX NG
    - Providing Options in RELAX NG
    - An Introduction to RELAX NG
    - Path, Predicates, and XQuery
    - Using Predicates with XQuery
    - Navigating Input Documents Using Paths
    - XML Basics
    - Introduction to XPath
    - Simple Web Syndication with RSS 2.0
    - Java UI Design with an IDE







    © 2003-2009 by Developer Shed. All rights reserved. DS Cluster 3 Hosted by Hostway
    For more Enterprise Application Development news, visit eWeek