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
Post a Comment