| Profilo di Uni EraThe Unified EraBlogElenchi | Guida |
About "JViz" It's a frame/block diagram editor based on Eclipse platform and GEF tech in developping currently, Its code name is "JViz" and will be released in one or two weeks. The UNSAE 2.0 is suspended also, because I need urgently to draw some diagrams to make our mind clear on its architecture/structure, and also, using "JViz" . - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - See About "JViz" (2) and About "JViz" (3) to know more about it... (2006-3-31) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Think the UNSAE's future In my view, the development of UNSAE 2.0 is at least 10 months late to start up after the finish of UNSAE 1.0, so we should hurry up to carry back what we lost before. And beyond that, we should also make a plan to develop UNSAE 2.5(or 5.0
My Words about UNSAE 1.0To the production:
mvc-config.dtd<!-- About core-config.xmlAn example for core-config.xml. The defferences from UNSAE 1.0:
<?xml version="1.0" encoding="ascii"?> <?include "another.xml"?> <core-config web-dir="*/*" local-dir="*/*" error-screen="*"> <url-def url="*" target-screen="*" error-screen="*" description="*" permit="*" token="false|true"> <!-- Optional --> <form-bean name="*" class="*" scope="application|session|request" /> <!-- Optional, one or more --> <command class="*" method="*" singleton="true|false"> <argument kind="*" /> </command> <!-- Optional, one or more --> <screen name="*" local-dir="*" page="*.jsp"> <parameter key="*" value="*" direct="true" /> <parameter key="*" value="*.jsp" direct="false" /> </screen> </url-def> </core-config> ---------------------------------- Any suggetions there? Is every tag name appropriate to its usage? DTD will be made out soon. The lasted core config example (rename to mvc-config.xml): ---------------------------------- <?xml version="1.0" encoding="UTF-8"?> <?include "module/another-config.xml"?> <!DOCTYPE core-config SYSTEM "mvc-config.dtd" > <!-- Supposing: context-root='/unsae2', core-servlet-mapping='*.do' --> <mvc-config bundle="#.properties" local-dir="dir1" web-dir="dir2"> <!-- Charge of URI '/unsae2/dir2/dothing.do' --> <url-mapping url="dothing" name="%doThingName" permit="do" screen="DO_THING"> <!-- 'doThingName' is i18ned via bundle properties file --> <form-bean class="demo.DoThingForm" name="doThingForm" scope="none" /> <command class="demo.DoThingCommand" singleton="true" method="doThing"> <argument kind="manager" /> <argument kind="form" /> <!-- method doThing(ServiceManager m, DoThingForm f) invoked and can/may return a String to choose a screen. --> </command> <screen name="DO_THING" page="doThing.jsp"> <!-- /dir1/doThing.jsp is default result page for client --> <parameter key="HtmlCopyRight" value="/jsp/copyRight.jsp" /> </screen> <screen name="DO_THING2" page="/dir3/doThing2.jsp" direct="false"> <!-- /dir3/doThing2.jsp is optional result page for client. Pay attention to the leading "/" of '/dir3/doThing2.jsp'. --> <parameter key="HtmlCopyRight" value="jsp2/copyLeft.jsp" direct="false" /> <!-- /dir1/jsp2/copyLeft.jsp is optional component for /dir3/doThing2.jsp. --> </screen> </url-mapping> <error-handler class="java.lang.Excepion"> <screen page="/jsp/error.jsp"> <parameter key="HtmlTitle" value="%errorPageName" direct="true" /> </screen> </error-handler> </mvc-config> UNSAE 2.0 PlanGoals in order:
Project UNSAE Open!UNSAE project is aimed to construct a java-based, easy-to-use, compact and efficient web application framework for developers and customers. *UNSAE 1.0F is preparing to release this week, and full documentation and demo application will be contained in the release. uniera.org
2006-2-8 ---------------------------------- *Just looking up a better web storage for the release package. ---------------------------------- * Release packages was uploaded to http://groups.msn.com/uniera-org/ already. Join the group to download them if you want. Unified Net Service Architecture Experiment (UNSAE).
uniera.org |
|
|