You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
(1) |
Jun
(2) |
Jul
|
Aug
|
Sep
(1) |
Oct
(2) |
Nov
(1) |
Dec
(2) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(1) |
Feb
(1) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Stefan L. <li...@vi...> - 2005-03-02 13:29:03
|
Dear developers, I would like to use WebOnSwing but I need JDK 1.5 (because... Is there a timeline for a 1.5 compatible version of WebOnS... Regards Stefan |
From: Mark C. <mar...@gm...> - 2005-02-01 16:18:41
|
This is a bit off topic, but I'm trying to compile the complete webonswing packages with eclipse3.1, using jdk1.5.0_01 on windowsxp Eclipse cannot find sun.awt.* packages. Is there anything I should watch out for? It doesn't have this problem compiling regular swing, but I don't use sun.awt package anywhere else. Thanks mark __________ compile error______________ Buildfile: C:\eclipse\workspace\WebOnSwing\webonswing\build.xml init-webonswing: project_init: init: prepare: compile-wos-project: [javac] Compiling 249 source files to C:\eclipse\workspace\WebOnSwing\build\webonswing\bin [javac] C:\\eclipse\workspace\WebOnSwing\webonswing\src\net\ar\webonswing\toolkit\WosGraphicsEnvironment.java:61: cannot find symbol [javac] symbol : class FontProperties [javac] location: class net.ar.webonswing.toolkit.WosGraphicsEnvironment [javac] protected FontProperties createFontProperties() _____________ END _______________________ |
From: Alexander W. <aw...@rw...> - 2005-01-22 18:55:57
|
Hi there! I just started looking at WebOnSwing and it looks pretty impressive.... I'm a bit concerned tho becouse i have not seen any answers to posts in the forums, and just a few questions asked recently. Fenando: is the project still alive? (como va la cosa fernando?) I have a question in particular related to modal dialogs. I basically have to dialog objects instantiated and with their modal property set to true... An action button on the dialogs just close them. When i ask the framework to show them, i get the first one, but when close, the calling form is displayed, and the second dialog is never shown.... Is this to be expected? I was under the impression that the functionality would be similar to that of regular swing... Am i missing something? Here's my sniplet: WosFramework.showChildWindow(ParentForm.this, window1); WosFramework.showChildWindow(ParentForm.this, window2); I was expecting that once window1 is clsed, window2 is displayed. As it would in regular swing. Is this not correct? Thanks! |
From: <cha...@wa...> - 2004-12-01 16:41:26
|
actually this is the stacktrace that I am getting if that helps.... looks like it can't find the WebOnSwingBoot.jar java.lang.reflect.InvocationTargetException: java.lang.Error: Could not find class: net.ar.webonswing.toolkit.WosGraphicsEnvironment [12/1/04 11:24:39:421 EST] 724a724a SystemErr R at java.lang.Throwable.<init>(Throwable.java) [12/1/04 11:24:39:421 EST] 724a724a SystemErr R at java.lang.Throwable.<init>(Throwable.java) [12/1/04 11:24:39:421 EST] 724a724a SystemErr R at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:75) [12/1/04 11:24:39:421 EST] 724a724a SystemErr R at java.awt.Font.initializeFont(Font.java:285) [12/1/04 11:24:39:421 EST] 724a724a SystemErr R at java.awt.Font.<init>(Font.java:319) [12/1/04 11:24:39:421 EST] 724a724a SystemErr R at javax.swing.plaf.basic.BasicLookAndFeel.getFont(BasicLookAndFeel.java:252) [12/1/04 11:24:39:421 EST] 724a724a SystemErr R at javax.swing.plaf.basic.BasicLookAndFeel.initComponentDefaults(BasicLookAndFeel.java:271) [12/1/04 11:24:39:421 EST] 724a724a SystemErr R at javax.swing.plaf.metal.MetalLookAndFeel.initComponentDefaults(MetalLookAndFeel.java:210) [12/1/04 11:24:39:421 EST] 724a724a SystemErr R at javax.swing.plaf.basic.BasicLookAndFeel.getDefaults(BasicLookAndFeel.java:80) [12/1/04 11:24:39:421 EST] 724a724a SystemErr R at javax.swing.plaf.metal.MetalLookAndFeel.getDefaults(MetalLookAndFeel.java:1088) [12/1/04 11:24:39:421 EST] 724a724a SystemErr R at javax.swing.UIManager.setLookAndFeel(UIManager.java:408) [12/1/04 11:24:39:421 EST] 724a724a SystemErr R at javax.swing.UIManager.setLookAndFeel(UIManager.java:435) [12/1/04 11:24:39:421 EST] 724a724a SystemErr R at javax.swing.UIManager.initializeDefaultLAF(UIManager.java:895) [12/1/04 11:24:39:421 EST] 724a724a SystemErr R at javax.swing.UIManager.initialize(UIManager.java:991) [12/1/04 11:24:39:421 EST] 724a724a SystemErr R at javax.swing.UIManager.maybeInitialize(UIManager.java:974) [12/1/04 11:24:39:421 EST] 724a724a SystemErr R at javax.swing.UIManager.getInstalledLookAndFeels(UIManager.java:321) [12/1/04 11:24:39:421 EST] 724a724a SystemErr R at javax.swing.UIManager.installLookAndFeel(UIManager.java:350) [12/1/04 11:24:39:421 EST] 724a724a SystemErr R at javax.swing.UIManager.installLookAndFeel(UIManager.java:367) [12/1/04 11:24:39:421 EST] 724a724a SystemErr R at net.ar.webonswing.WosFramework.init(WosFramework.java:95) [12/1/04 11:24:39:421 EST] 724a724a SystemErr R at net.ar.webonswing.servlets.WebOnSwingController.init(WebOnSwingController.java:41) [12/1/04 11:24:39:421 EST] 724a724a SystemErr R at java.lang.reflect.AccessibleObject.invokeImpl(Native Method) [12/1/04 11:24:39:421 EST] 724a724a SystemErr R at java.lang.reflect.AccessibleObject.invokeV(AccessibleObject.java:199) [12/1/04 11:24:39:421 EST] 724a724a SystemErr R at java.lang.reflect.Method.invoke(Method.java) [12/1/04 11:24:39:421 EST] 724a724a SystemErr R at net.ar.webonswing.servlets.WebOnSwingServlet.init(WebOnSwingServlet.java:37) [12/1/04 11:24:39:421 EST] 724a724a SystemErr R at javax.servlet.GenericServlet.init(GenericServlet.java:258) [12/1/04 11:24:39:421 EST] 724a724a SystemErr R at com.ibm.ws.webcontainer.servlet.StrictServletInstance.doInit(StrictServletInstance.java:82) [12/1/04 11:24:39:421 EST] 724a724a SystemErr R at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._init(StrictLifecycleServlet.java:147) [12/1/04 11:24:39:421 EST] 724a724a SystemErr R at com.ibm.ws.webcontainer.servlet.PreInitializedServletState.init(StrictLifecycleServlet.java:270) [12/1/04 11:24:39:421 EST] 724a724a SystemErr R at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.init(StrictLifecycleServlet.java:113) [12/1/04 11:24:39:421 EST] 724a724a SystemErr R at com.ibm.ws.webcontainer.servlet.ServletInstance.init(ServletInstance.java:189) [12/1/04 11:24:39:421 EST] 724a724a SystemErr R at javax.servlet.GenericServlet.init(GenericServlet.java:258) [12/1/04 11:24:39:421 EST] 724a724a SystemErr R at com.ibm.ws.webcontainer.webapp.WebAppServletManager.addServlet(WebAppServletManager.java:870) [12/1/04 11:24:39:421 EST] 724a724a SystemErr R at com.ibm.ws.webcontainer.webapp.WebAppServletManager.loadServlet(WebAppServletManager.java:224) [12/1/04 11:24:39:421 EST] 724a724a SystemErr R at com.ibm.ws.webcontainer.webapp.WebAppServletManager.getServletReference(WebAppServletManager.java:455) [12/1/04 11:24:39:421 EST] 724a724a SystemErr R at com.ibm.ws.webcontainer.webapp.WebApp.getServletReference(WebApp.java:646) [12/1/04 11:24:39:421 EST] 724a724a SystemErr R at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcherInfo.calculateInfo(WebAppRequestDispatcherInfo.java:172) [12/1/04 11:24:39:421 EST] 724a724a SystemErr R at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcherInfo.<init>(WebAppRequestDispatcherInfo.java:59) [12/1/04 11:24:39:421 EST] 724a724a SystemErr R at com.ibm.ws.webcontainer.webapp.WebApp.getRequestDispatcher(WebApp.java:1455) [12/1/04 11:24:39:437 EST] 724a724a SystemErr R at com.ibm.ws.webcontainer.webapp.WebApp.getRequestDispatcher(WebApp.java:1414) [12/1/04 11:24:39:437 EST] 724a724a SystemErr R at com.ibm.ws.webcontainer.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker.java:197) [12/1/04 11:24:39:437 EST] 724a724a SystemErr R at com.ibm.ws.webcontainer.cache.invocation.CachedInvocation.handleInvocation(CachedInvocation.java:71) [12/1/04 11:24:39:437 EST] 724a724a SystemErr R at com.ibm.ws.webcontainer.srp.ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java:182) [12/1/04 11:24:39:437 EST] 724a724a SystemErr R at com.ibm.ws.webcontainer.oselistener.OSEListenerDispatcher.service(OSEListener.java:334) [12/1/04 11:24:39:437 EST] 724a724a SystemErr R at com.ibm.ws.webcontainer.http.HttpConnection.handleRequest(HttpConnection.java:56) [12/1/04 11:24:39:437 EST] 724a724a SystemErr R at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:610) [12/1/04 11:24:39:437 EST] 724a724a SystemErr R at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:431) [12/1/04 11:24:39:437 EST] 724a724a SystemErr R at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:593) Chad Shook 12/01/2004 10:17 AM To: web...@li... cc: Subject: websphere Hi, I am trying to run the HelloWorld example in WebSphere v5.0. I am getting this error after executing the url: http://localhost:9080/WebOnSwing/net/ar/webonswing/tutorial/HelloWorld.page... . any suggestions? Looks like it is blowing up in WosFramework.getSessionContext Exception: java.lang.NullPointerException <br> at java.lang.Throwable.<init>(Throwable.java) <br> at java.lang.Throwable.<init>(Throwable.java) <br> at java.lang.NullPointerException.<init>(NullPointerException.java:63) <br> at java.lang.InheritableThreadLocal.get(InheritableThreadLocal.java:69) <br> at net.ar.webonswing.WosFramework.getSessionContext(WosFramework.java:273) <br> at net.ar.webonswing.pages.SaveContextDefaultHtmlPage.copyAttributesFromHttpSession(SaveContextDefaultHtmlPage.java:82) <br> at net.ar.webonswing.pages.SaveContextDefaultHtmlPage.prepareFromRequest(SaveContextDefaultHtmlPage.java:71) <br> at net.ar.webonswing.servlets.WebOnSwingController.service(WebOnSwingController.java:56) <br> at java.lang.reflect.AccessibleObject.invokeImpl(Native Method) <br> at java.lang.reflect.AccessibleObject.invokeV(AccessibleObject.java:199) <br> at java.lang.reflect.Method.invoke(Method.java) <br> at net.ar.webonswing.servlets.WebOnSwingServlet.service(WebOnSwingServlet.java:51) <br> at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) <br> at com.ibm.ws.webcontainer.servlet.StrictServletInstance.doService(StrictServletInstance.java:110) <br> at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._service(StrictLifecycleServlet.java:174) <br> at com.ibm.ws.webcontainer.servlet.IdleServletState.service(StrictLifecycleServlet.java:313) <br> at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.service(StrictLifecycleServlet.java:116) <br> at com.ibm.ws.webcontainer.servlet.ServletInstance.service(ServletInstance.java:283) <br> at com.ibm.ws.webcontainer.servlet.ValidServletReferenceState.dispatch(ValidServletReferenceState.java:42) <br> at com.ibm.ws.webcontainer.servlet.ServletInstanceReference.dispatch(ServletInstanceReference.java:40) <br> at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.handleWebAppDispatch(WebAppRequestDispatcher.java:948) <br> at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.j ava:530) <br> at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:176) <br> at com.ibm.ws.webcontainer.srt.WebAppInvoker.doForward(WebAppInvoker.java:79) <br> at com.ibm.ws.webcontainer.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker.java:201) <br> at com.ibm.ws.webcontainer.cache.invocation.CachedInvocation.handleInvocation(CachedInvocation.java:71) <br> at com.ibm.ws.webcontainer.srp.ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java:182) <br> at com.ibm.ws.webcontainer.oselistener.OSEListenerDispatcher.service(OSEListener.java:334) <br> at com.ibm.ws.webcontainer.http.HttpConnection.handleRequest(HttpConnection.java:56) <br> at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:610) <br> at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:431) <br> at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:593) <br> |
From: <cha...@wa...> - 2004-12-01 15:16:11
|
Hi, I am trying to run the HelloWorld example in WebSphere v5.0. I am getting this error after executing the url: http://localhost:9080/WebOnSwing/net/ar/webonswing/tutorial/HelloWorld.page.... any suggestions? Looks like it is blowing up in WosFramework.getSessionContext Exception: java.lang.NullPointerException <br> at java.lang.Throwable.<init>(Throwable.java) <br> at java.lang.Throwable.<init>(Throwable.java) <br> at java.lang.NullPointerException.<init>(NullPointerException.java:63) <br> at java.lang.InheritableThreadLocal.get(InheritableThreadLocal.java:69) <br> at net.ar.webonswing.WosFramework.getSessionContext(WosFramework.java:273) <br> at net.ar.webonswing.pages.SaveContextDefaultHtmlPage.copyAttributesFromHttpSession(SaveContextDefaultHtmlPage.java:82) <br> at net.ar.webonswing.pages.SaveContextDefaultHtmlPage.prepareFromRequest(SaveContextDefaultHtmlPage.java:71) <br> at net.ar.webonswing.servlets.WebOnSwingController.service(WebOnSwingController.java:56) <br> at java.lang.reflect.AccessibleObject.invokeImpl(Native Method) <br> at java.lang.reflect.AccessibleObject.invokeV(AccessibleObject.java:199) <br> at java.lang.reflect.Method.invoke(Method.java) <br> at net.ar.webonswing.servlets.WebOnSwingServlet.service(WebOnSwingServlet.java:51) <br> at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) <br> at com.ibm.ws.webcontainer.servlet.StrictServletInstance.doService(StrictServletInstance.java:110) <br> at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._service(StrictLifecycleServlet.java:174) <br> at com.ibm.ws.webcontainer.servlet.IdleServletState.service(StrictLifecycleServlet.java:313) <br> at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.service(StrictLifecycleServlet.java:116) <br> at com.ibm.ws.webcontainer.servlet.ServletInstance.service(ServletInstance.java:283) <br> at com.ibm.ws.webcontainer.servlet.ValidServletReferenceState.dispatch(ValidServletReferenceState.java:42) <br> at com.ibm.ws.webcontainer.servlet.ServletInstanceReference.dispatch(ServletInstanceReference.java:40) <br> at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.handleWebAppDispatch(WebAppRequestDispatcher.java:948) <br> at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.j ava:530) <br> at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:176) <br> at com.ibm.ws.webcontainer.srt.WebAppInvoker.doForward(WebAppInvoker.java:79) <br> at com.ibm.ws.webcontainer.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker.java:201) <br> at com.ibm.ws.webcontainer.cache.invocation.CachedInvocation.handleInvocation(CachedInvocation.java:71) <br> at com.ibm.ws.webcontainer.srp.ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java:182) <br> at com.ibm.ws.webcontainer.oselistener.OSEListenerDispatcher.service(OSEListener.java:334) <br> at com.ibm.ws.webcontainer.http.HttpConnection.handleRequest(HttpConnection.java:56) <br> at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:610) <br> at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:431) <br> at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:593) <br> |
From: fernando p. <fer...@ya...> - 2004-11-25 16:20:28
|
WebOnSwing 1.0.2 Final is ready! Changes from 1.0.1 beta2 to 1.0.2 Final * Add DynApi support * SharedContext -> SessionContext * Add application context * Add ProgressBarUIContributor * Add SliderUIContributor * Add SpinnerUIContributor * Add InternalFrameUIContributor * Add DesktopUIContributor * Add Table2UIContributor (DynApi) * Refactoring: SharedContextDefaultHtmlPage -> SaveContextDefaultHtmlPage * JValidator is now a concrete class to perform custom valitations * Fix some problems with refresh components in mozilla * Add notification when cannot find some config resource * Put template cache configuration in template manager xml * Put page place and default in page manager xml * Add a simple skin manager and skin class And take a look at PetStore Demo 1.0, fully skinnable and integrated with Hibernate and Spring. ___________________________________ ¡Llevate a Yahoo! en tu Unifón! Ahora podés usar Yahoo! Messenger en tu Unifón, en cualquier momento y lugar. Encontrá más información en: http://ar.mobile.yahoo.com/sms.html |
From: Tomi D. <ma...@gm...> - 2004-10-25 10:57:00
|
Hi! I'm using WebOnSwing for migrating an old Swing application to the web and so far I'm quite impressed by the opportunities of this framework. But I have a short question: It would be very nice if someone could tell me where I determine the statful window mode for WebOnSwing applications (I don't want to use the persistence contributor for some reason). A short description for valid arguments in the config-xml files or where I can find the DTDs or Schemes would be also very useful. contributor-manager.config.xml page-manager.config.xml template-manager.config.xml webonswing-framework.config.xml Thanks in advance. Best Regards, Tomi |
From: Leandro C. <ope...@ya...> - 2004-10-10 23:20:11
|
Hi! WebOnSwing is a great devel solution. I love it! I am using Jboss 3.2.2 and I can deploy the WebOnSwingDemo.war. But I can't deploy nothing when I use the WebOnSwingEmptyWebApp.war model. Anyone can help me? Please. Thanks. Leandro _______________________________ Do you Yahoo!? Declare Yourself - Register online to vote today! http://vote.yahoo.com |
From: fernando p. <fer...@ya...> - 2004-09-17 03:38:15
|
Update to developer's guide PDF and HTML versions is available at http://webonswing.sourceforge.net/ Adds a mini contributors guide and xdocbook styles were changed. Correo Yahoo! - 6 MB, tecnología antispam ¡gratis! Suscribite ya http://correo.yahoo.com.ar/ |
From: Graham O'R. <gra...@bl...> - 2004-06-29 09:10:10
|
Fernando, Just dropping you a quick mail to thank you for the updates, the enhanced documentaion will make it much easier for people to adopt the framework. You've clearly been busy looking at all the new documentation and the new site design. Keep up the excellent work, Graham |
From: <fer...@ci...> - 2004-06-29 05:51:21
|
Developer's guide PDF and HTML versions are available at http://webonsw= ing.sourceforge.net/ This new guide adds the following items: * Validation Components with examples * Page Navigation example * Page state persistence with examples * Client side listeners with examples * Examples screenshots __________________________________________________ Todav=EDa no ten=E9s tu Ciudad Internet Mail? Obtenelo ahora! - http://= webmail.ciudad.com.ar Descarg=E1 Gratis el nuevo Internet Explorer 6.0, el mejor software par= a actualizar tu PC. http://www.ciudad.com.ar/ar/servicios/ie/ |
From: <ben...@id...> - 2004-05-25 08:58:50
|
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: <fer...@ci...> - 2004-03-18 14:52:42
|
mensaje de prueba __________________________________________________ Todav=EDa no ten=E9s tu Ciudad Internet Mail? Obtenelo ahora! - http://= webmail.ciudad.com.ar Descarg=E1 Gratis el nuevo Internet Explorer 6.0, el mejor software par= a actualizar tu PC. http://www.ciudad.com.ar/ar/servicios/ie/ |