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 browser and doing the web application post-back-to-send-data sort of set up.
It's certainly not impossible to make this kind of conversion, and if you're conversant in javascript and comfortable with Ajax style programming (as Brian Luft alludes to), you can do quite a bit - but there's a significant different metaphor in operation. The djangoproject wiki has a number of links to sites (http://code.djangoproject.com/wiki/DjangoResources) that include source code. Djangoproject's site (http://code.djangoproject.com/browser/djangoproject.com/django_website) itself is available, and Jeff Croft has made some source available for a couple of sites (http://www2.jeffcroft.com/blog/2007/feb/25/two-new-django-sites-both-source-available/). Not knowing more about the specifics of what you're trying to accomplish, it's hard to point you in any better direction. -joe On 6/14/07, Sells, Fred <[EMAIL PROTECTED]> wrote: > 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 some menu/selection capability and a series of identical text > editor windows. Not all that hard, but ... > > I would appreciate it if anyone could point me toward some sample web sites > to get an idea of what can be done. My searches so far have shown me alot > of "newsletter" style web pages, but I need interactive user editors. > > Any pointers would be appreciated. > > --------------------------------------------------------------------------- > The information contained in this message may be privileged and / or > confidential and protected from disclosure. If the reader of this message is > not the intended recipient, you are hereby notified that any dissemination, > distribution or copying of this communication is strictly prohibited. If you > have received this communication in error, please notify the sender > immediately by replying to this message and deleting the material from any > computer. > --------------------------------------------------------------------------- > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---