struts

opensource javaEE project for learning

I have been learning javaEE and MVC pattern for a while from books and tutorials. but I wish to see how is coded a real world JavaEE projects. by real world project I mean a full application which is using by other people. maybe an opensource project like an e-commerce, a forum or a cms, I know many for php but none for javaEE. will be...

Reading Zip file in Google App Engine using java (Struts)

Hi, I am having problems reading a zip file that I have uploaded to the server (GAE). I am uploading a zip file with a csv file that I need to read in order to write to the database. However, GAE does not allow direct writing of the file on server. How do I open an inputstream to read the file? I am using struts framework. Part of my up...