aspose file tools
The moose likes Java in General and the fly likes Advice on csv processing: bundled war or simple applet? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Advice on csv processing: bundled war or simple applet?" Watch "Advice on csv processing: bundled war or simple applet?" New topic
Author

Advice on csv processing: bundled war or simple applet?

Eoin Mac Aoidh
Ranch Hand

Joined: May 19, 2005
Posts: 48
Hi all, Im looking for a bit of advice on how to proceed here.
I have just taken up the reins on a project which has a whole pile of code written, but not a single piece of documentation or single comment produced
It uses Spring, and JSP, both of which are new to me, bundles everything up into a War file, and then I need to deploy it as a portlet through a cms.
The main functionality I need to edit is for users to upload an xl file, then the application extracts the data and puts it into a database.
I need to do things like add more columns to the files, change the Db structure etc.
The biggest problem as I see it is figuring out what all the existing code actually does. The way the environment is setup to bundle as a war and deploy as a portlet, I dont have the opportunity to riddle it with system.out.printlns to figure the code out and make the required changes.
Would it be a viable option to start with something simpler, e.g the java.csv library. And just build a simple java application to extract the info from csv files, connect to the db and insert. Then I could convert this say to an applet and deploy it within the csv. This would provide all the functionality I would need for now.

Any thoughts or opinions greatly appreciated.
Thanks,
Eoin.
David Newton
Author
Rancher

Joined: Sep 29, 2008
Posts: 12617

Please UseAMeaningfulSubjectLine when posting. Explaining your question or remark briefly on the subject line allows us to know what we are getting into, and if we will be able to help.

You can edit your post by using the button.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Advice on csv processing: bundled war or simple applet?
 
Similar Threads
Websphere Portal - Test 399
Portal Deployed;but cant see it.
How to pass Global parameter across portlets which are using JSR 168 API
More than one portlets in a single war file
HTTPConnection in startup servlet works only with hot deploy