swing - Developing a standalone application using Java -


i want build application using java related frameworks not have idea start it.

the description follows:

i need fetch flat files containing legacy data ui , send structured database storing structured data. conversion of legacy data structured form.

in above process want display error logs on ui itself.

how achieve functionality , framework or technology better use? use swing?

you write simple console application. if don't need gui don't use one. otherwise swing fine.

you can use spring , hibernate handle database connectivity.

logging via log4j can output console.

it seems have lot of studying started.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -