jwizardapi-list Mailing List for Java Wizard API
Brought to you by:
mloehr
You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(6) |
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <ben...@id...> - 2004-05-22 13:20:08
|
Dear Open Source developer I am doing a research project on "Fun and Software Development" in which I kindly invite you to participate. You will find the online survey under http://fasd.ethz.ch/qsf/. The questionnaire consists of 53 questions and you will need about 15 minutes to complete it. With the FASD project (Fun and Software Development) we want to define the motivational significance of fun when software developers decide to engage in Open Source projects. What is special about our research project is that a similar survey is planned with software developers in commercial firms. This procedure allows the immediate comparison between the involved individuals and the conditions of production of these two development models. Thus we hope to obtain substantial new insights to the phenomenon of Open Source Development. With many thanks for your participation, Benno Luthiger PS: The results of the survey will be published under http://www.isu.unizh.ch/fuehrung/blprojects/FASD/. We have set up the mailing list fa...@we... for this study. Please see http://fasd.ethz.ch/qsf/mailinglist_en.html for registration to this mailing list. _______________________________________________________________________ Benno Luthiger Swiss Federal Institute of Technology Zurich 8092 Zurich Mail: benno.luthiger(at)id.ethz.ch _______________________________________________________________________ |
From: Gunnar <gun...@ti...> - 2003-08-22 07:53:21
|
I've been thinking on what we need in the xml to make the api more flexible. This was a first random thought so remarks are definetly wanted. We need a way to define: 1) navigation 2) title 3) input fields plus their type 4) actions that need to be performed before going to the next screen For point 3 I think we need to limit ourselves to certain types of fields (which ones), unless maybe if the user gives the exact import to use for the component and how to invoke it in the xml Especially for point 4 I wouldn't know how to make this work I hope this can get the thoughts flowing. Ronald --------------------------------------------------------------------- Tiscali ADSL, slechts 35 eur/maand...modem inbegrepen...schrijf u in! http://reg.tiscali.be/default.asp?lg=nl |
From: Shilpi G. <shi...@ya...> - 2003-07-24 13:54:20
|
Hello I agree with Kevin on his second point. We can start with xml definition file. shilpi Kevin Hickey <hic...@ud...> wrote: After a quick review of the code and playing with a simple example I have a couple of thoughts. First, the framework for a wizard should probably be abstracted out. At its core, a wizard is simply a view whose navigation is in a controlled predictable order which allows the manipulation of a data model. By defining those core interfaces ( view/renderer, controller, data model) the projects flexiblity is greatly enhanced. Second, the use of an xml wizard definition file which the system uses to generate a wizard instance would definitely make the system easier to use. The real trick will be keeping the file simple yet powerful. To that end, the creation of a format for the wizard definition file would be a great start. In regards to the xml api choices, I think it's too early to make a decision. Let me know what you think. ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ Jwizardapi-list mailing list Jwi...@li... https://lists.sourceforge.net/lists/listinfo/jwizardapi-list --------------------------------- Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software |
From: Kevin H. <hic...@ud...> - 2003-07-24 12:21:05
|
After a quick review of the code and playing with a simple example I have a couple of thoughts. First, the framework for a wizard should probably be abstracted out. At its core, a wizard is simply a view whose navigation is in a controlled predictable order which allows the manipulation of a data model. By defining those core interfaces ( view/renderer, controller, data model) the projects flexiblity is greatly enhanced. Second, the use of an xml wizard definition file which the system uses to generate a wizard instance would definitely make the system easier to use. The real trick will be keeping the file simple yet powerful. To that end, the creation of a format for the wizard definition file would be a great start. In regards to the xml api choices, I think it's too early to make a decision. Let me know what you think. |
From: Ronald S. <rst...@ti...> - 2003-07-24 06:41:35
|
Will we be using an existing api to read xml files, if so which one? >-- Origineel Bericht -- >To: rue...@ho..., no...@so..., jwizardapi-list@list= s.sourceforge.net >From: "SourceForge.net" <no...@so...> >Date: Wed, 23 Jul 2003 19:10:04 -0700 >Subject: [Jwizardapi-list] [Task #82303] xml file input > > >Task #82303 has been updated. Project: Java Wizard API Subproject: new functionality Summary: xml file input Complete: 0% Status: Open Authority : mloehr Assigned to: nobody Description: Read a wizard description from an xml file and then >create it ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=3Ddetailtask&project_task_id=3D82= 303&group_id=3D56205&group_project_id=3D30551 --------------------------------------- >--------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/ps >00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ Jwizardapi-list mailing list Jwi...@li... https://lists.sourceforge.net/lists/listinfo/jwizardapi-list ---------------------------------------------------- Solden Tiscali ADSL : 27,50 euro/maand tot eind 2003. U bent veel betalen niet meer gewoon! Meer info? Klik hier... http://reg.tiscali.be/default.asp?lg=3Dnl |
From: SourceForge.net <no...@so...> - 2003-07-24 02:10:11
|
Task #82303 has been updated. Project: Java Wizard API Subproject: new functionality Summary: xml file input Complete: 0% Status: Open Authority : mloehr Assigned to: nobody Description: Read a wizard description from an xml file and then create it ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=82303&group_id=56205&group_project_id=30551 |
From: Ruel L. <rue...@ho...> - 2003-07-24 02:00:51
|
From: Shilpi G. <shi...@ya...> - 2003-07-23 12:59:03
|
Hello I have read the docs in the zip file! Please include me in the project and let me know the tasks that are pending now shilpi 818106 --------------------------------- Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software |