Re: Administration UI

2010-01-04 Thread Luciano Resende
On Mon, Jan 4, 2010 at 6:39 AM, Avdhesh Yadav a...@avdheshyadav.com wrote: What about using Java Based Frameworks like GWT, ZK, etc for the photark-ui and admin-ui.. Java based framework allows us to have  uniform codebase, one language both sides. if we consider Java Based Framework ,I find

Re: Administration UI

2010-01-04 Thread Rusty Wright
For uploading photos note that with Google app engine you can't write to its filesystem; it's read only (you can read whatever was in your war). So you'll need to upload the photos to its data store; it's the only thing you can write to. Luciano Resende wrote: On Mon, Jan 4, 2010 at 6:39

Re: Administration UI

2010-01-04 Thread Luciano Resende
On Mon, Jan 4, 2010 at 12:40 PM, Rusty Wright rusty.wri...@gmail.com wrote: For uploading photos note that with Google app engine you can't write to its filesystem; it's read only (you can read whatever was in your war).  So you'll need to upload the photos to its data store; it's the only

Re: Administration UI

2010-01-03 Thread Luciano Resende
On Tue, Dec 29, 2009 at 7:48 AM, avdhesh .java avdhesh.j...@gmail.com wrote: What is the status of this issue...I mean is there anyone working on this issue..I am interested in working on this . I think we should break this issue into small units..and fix  one by one.. I have started playing