Re: newbie seeks relevant examples

2007-06-14 Thread Joseph Heck
Just so you're aware - switching from a Web Start application to Django is a fairly significant change in how you attack some problems. With WebStart, you have a full user interface API with Swing (or whatever you're using) running in it's own JVM, and in Django you're pushing this all into a brow

Re: newbie seeks relevant examples

2007-06-14 Thread Brian Luft
I'm not familiar with the Web Start technology so its not clear what areas you need help on transitioning your knowledge. If you understand traditional web programming principles (basic form processing, data driven applications) then you're already in good shape and if not, you'll probably have a

newbie seeks relevant examples

2007-06-14 Thread Sells, Fred
I've got a java webstart app that I would like to rebuild in django. It is basicly a simple structured text editor where the user can select employees and update goals/scheduled tasks/accomplishments with some industry specific details that are not too important for this discussion. So I need so