× 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.



Brian,

There's a couple of comments you made that sparked my interest:

* Eclipse (WDSC) for code development
* Apache Ant for building and deploying

.... I bundled all my complied classes into Jar files
I've never understood why developers using Eclipse still use Ant? You
don't need to perform a distinct "build" step since Eclipse automatically
compiles every .class file as you changes its source file. So you create
your JARs just by highlighting them, picking File-Export and exporting the
JAR. The only reasons I can think of for using Ant would be:
a) If you had a huge number of JARs and so exporting them one by one was
just too tedious.
b) If you needed your JARs to be different for development & production
environments (which to me is a really bad idea, but I've known one
developer who was quite serious about wanting to do this).

One piece that hung me up for a while was where to put this stuff on
the
System i. The WAS stuff get's bundled in an EAR file, so you don't
have
to worry about it, but the Java Web Start, and the batch applications
have
to sit in the IFS. I wanted to stick to a standard, like we did for
our
RPG development, but learned that their isn't really a standard for
Java.
So I created a folder called /sfw to contain all things java, and
created
"apps" "lib" and "ext" folders.
I did much the same, created a /CpaJava folder and stuck all the JARs and a
.properties file in there. I didn't bother with separate apps/lib/ext
folders since we've only got about a dozen JARs so it didn't seem worth it.

FYI our test box has 3 separate test environments on it, so there I have
separate /CpaJavaDevelopment, /CpaJavaSystemTest and /CpaJavaUAT folders,
each with their own complete set of JARs + .properties file, so one
environment can be changed without affecting the other. It makes building
up the classpath for the JAVA command in order to call these classes from
CL a little tricky, but works well once I did get it to work.

Did you try using the Visual Editor Eclipse plugin for Swing? I tried this
at first since I was used to Delphi which has a really nice visual form
designer and I wanted something that worked the same. But its absolutely
horrid, I found if I breathed on the code it autogenerated it would then
refuse to parse it and I couldn't load it back into the visual editor. Now
I've given up on this and I just setup Swing components with hand written
code, and got the hang of those horrid layout managers, I quite like Swing.
(Although I've only ever used Swing for one tiny project at work, I mostly
use Swing for my home projects, so I can't say I've built a sizeable
business app with it).

Regards,

Nigel Gay,
Computer Patent Annuities.


********************************************************************************
The information in this message is confidential and may be legally
privileged. It is intended solely for the addressee; access to this
email by anyone else is unauthorised.

If you are not the intended recipient: (1) you are kindly requested
to return a copy of this message to the sender indicating that you
have received it in error, and to destroy the received copy; and (2)
any disclosure or distribution of this message, as well as any action
taken or omitted to be taken in reliance on its content, is prohibited
and may be unlawful.
********************************************************************************

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.