where do i start when building a java desktop application?

I'm new to Java, and understand I need Eclipse, and will be doing a GUI in swing.

What will be my starting point?

Also, I need the GUI to allow someone to upload a file.

Then I want to run a macro that changes this file from word to xml, and runs an xslt tranformation, outputting to a text file.

I want to then read this file sequentially, with a java command after each one.

Any ideas how I would go about this? Also, would I need to setup a database to store the word, xml and text documents?

[533 byte] By [clarkana] at [2007-11-26 17:41:14]
# 1

If you want to use an IDE to do this, I suggest that you consider using NetBeans instead of Eclipse. The reason is that NB has published numerous tutorials on their website that cover doing most, if not all, the functions that you mentioned.

It would be a significan benefit to you if you learn to code Java using a simple text/program editor first. Then learn to use an IDE.

ChuckBinga at 2007-7-9 0:09:25 > top of Java-index,Desktop,Developing for the Desktop...