× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



When I create my own XML it is pretty lean. I had XML that looks more like
sentences than data delimiters (i.e
<ProductionCompanyCustomerNumber>12</ProductionCompanyCustomerNumber>)

I haven't delved into JSON much yet, though it is something I definitely
need to review moving forward.

Thanks,
Aaron Bartell
http://mowyourlawn.com

-----Original Message-----
From: java400-l-bounces@xxxxxxxxxxxx [mailto:java400-l-bounces@xxxxxxxxxxxx]
On Behalf Of Joe Pluta
Sent: Wednesday, February 20, 2008 3:55 PM
To: Java Programming on and around the iSeries / AS400
Subject: Re: Which UI "engine" to use?

Aaron Bartell wrote:
I get an XML feed from the server and it will have something like the
following:

<form id="form1">
<button id="btnSubmit" x="12" y="100" value="Submit" />
</form>

Based on that I know I need to display a form with a single button on the
screen which I do by parsing the XML and incrementally "drawing it" by
instantiating AWT objects and adding them to a panel/frame.

Just as an aside, if you have control over both sides of the
conversation, XML could be overkill for this, especially if you're going
to use your own syntax. You might look at JSON instead. JSON is
leaner. But a lot depends on how fat your XML is in the first place.

Joe

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.