Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.gui > #1769 > unrolled thread
| Started by | "FreeStyler" <freestyler@THRWHITE.remove-dii-this> |
|---|---|
| First post | 2011-04-27 15:35 +0000 |
| Last post | 2011-04-27 15:35 +0000 |
| Articles | 5 — 2 participants |
Back to article view | Back to comp.lang.java.gui
Visual library & web appl "FreeStyler" <freestyler@THRWHITE.remove-dii-this> - 2011-04-27 15:35 +0000
Re: Visual library & web "Andrew Thompson" <andrew.thompson@THRWHITE.remove-dii-this> - 2011-04-27 15:35 +0000
Re: Visual library & web "FreeStyler" <freestyler@THRWHITE.remove-dii-this> - 2011-04-27 15:35 +0000
Re: Visual library & web "Andrew Thompson" <andrew.thompson@THRWHITE.remove-dii-this> - 2011-04-27 15:35 +0000
Re: Visual library & web "FreeStyler" <freestyler@THRWHITE.remove-dii-this> - 2011-04-27 15:35 +0000
| From | "FreeStyler" <freestyler@THRWHITE.remove-dii-this> |
|---|---|
| Date | 2011-04-27 15:35 +0000 |
| Subject | Visual library & web appl |
| Message-ID | <f4av1l$r7d$1@ss408.t-com.hr> |
To: comp.lang.java.gui I learn NetBeans and I saw the Visual library demos. It looks great but I saw demos for standalone application and looks smooth and fast. I'm wondering if I use the libraries in a web applications does it be so smooth and fast ? --- * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet! --- Synchronet 3.15a-Win32 NewsLink 1.92 Time Warp of the Future BBS - telnet://time.synchro.net:24
[toc] | [next] | [standalone]
| From | "Andrew Thompson" <andrew.thompson@THRWHITE.remove-dii-this> |
|---|---|
| Date | 2011-04-27 15:35 +0000 |
| Subject | Re: Visual library & web |
| Message-ID | <73634bc29f4e7@uwe> |
| In reply to | #1769 |
To: comp.lang.java.gui FreeStyler wrote: >I learn NetBeans and I saw the Visual library demos. I am not familiar with them, got an URL? >..It looks great but I >saw demos for standalone application and looks smooth and fast. So this stuff inherently occurs in a GUI? >..I'm >wondering if I use the libraries in a web applications does it be so smooth >and fast ? If 'yes' to 'GUI?', the web application implies either an applet or web start based application. Either of those can run just as fast as a normal desktop application - as soon as the bytes arrive. The web start app. will probably be faster after first start-up, since web start has its own caching mechanism (which is ultimately under the control of the end user and their system, but the deployer can make resource caching suggestions which are usually obeyed). -- Andrew Thompson http://www.athompson.info/andrew/ Message posted via JavaKB.com http://www.javakb.com/Uwe/Forums.aspx/java-gui/200706/1 --- * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet! --- Synchronet 3.15a-Win32 NewsLink 1.92 Time Warp of the Future BBS - telnet://time.synchro.net:24
[toc] | [prev] | [next] | [standalone]
| From | "FreeStyler" <freestyler@THRWHITE.remove-dii-this> |
|---|---|
| Date | 2011-04-27 15:35 +0000 |
| Subject | Re: Visual library & web |
| Message-ID | <f4bhrl$gvp$1@ss408.t-com.hr> |
| In reply to | #1771 |
To: comp.lang.java.gui "Andrew Thompson" <u32984@uwe> je napisao u poruci interesnoj grupi:73634bc29f4e7@uwe... > FreeStyler wrote: > >I learn NetBeans and I saw the Visual library demos. > > I am not familiar with them, got an URL? > http://www.netbeans.org/download/flash/netbeans_60/jl_preso_vislib/player.ht ml Maybe I first need to ask is it possible to implement visual libraries in a web application which runs on Tomcat or Java Application server ? --- * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet! --- Synchronet 3.15a-Win32 NewsLink 1.92 Time Warp of the Future BBS - telnet://time.synchro.net:24
[toc] | [prev] | [next] | [standalone]
| From | "Andrew Thompson" <andrew.thompson@THRWHITE.remove-dii-this> |
|---|---|
| Date | 2011-04-27 15:35 +0000 |
| Subject | Re: Visual library & web |
| Message-ID | <7364e5d6593df@uwe> |
| In reply to | #1772 |
To: comp.lang.java.gui FreeStyler wrote: >"Andrew Thompson" <u32984@uwe> je napisao u poruci interesnoj >grupi:73634bc29f4e7@uwe... >> >I learn NetBeans and I saw the Visual library demos. >> >> I am not familiar with them, got an URL? > >http://www.netbeans.org/download/flash/netbeans_60/jl_preso_vislib/player.ht >ml Unfortunately that page uses Flash. Don't have it, won't install it. It seems the Flash was created from a PowerPoint* presentation, but I am guessing this is not about either Flash or PP, that is just the medium for describing this marvelous new technology. * which I also do not have. So (to be fussy) do you know of links to *textual* descriptions of the technology? No.. wait.. a bit of searching on netbeans+"visual+library" shows.. <http://graph.netbeans.org/> "Run ShowMind using WebStart - a demo of the Visual Library with NetBeans Platform (downloads 11MB, requires Java 5 or later). " And another page might be handy.. <http://graph.netbeans.org/faq.html> >Maybe I first need to ask is it possible to implement visual libraries in a >web application which runs on Tomcat or Java Application server ? What do you mean 'in' the web app? If this code is running on the server, all it could do is push out ..static images to the end user. If it is running on the client side (applet or JWS), that app. might be able to *interact* with the web app., but the "11 meg" makes me think it is unsuited to applet deployment - web start would be the only sensible option for deploying it to the client. -- Andrew Thompson http://www.athompson.info/andrew/ Message posted via JavaKB.com http://www.javakb.com/Uwe/Forums.aspx/java-gui/200706/1 --- * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet! --- Synchronet 3.15a-Win32 NewsLink 1.92 Time Warp of the Future BBS - telnet://time.synchro.net:24
[toc] | [prev] | [next] | [standalone]
| From | "FreeStyler" <freestyler@THRWHITE.remove-dii-this> |
|---|---|
| Date | 2011-04-27 15:35 +0000 |
| Subject | Re: Visual library & web |
| Message-ID | <f4hank$3h7$1@ss408.t-com.hr> |
| In reply to | #1773 |
To: comp.lang.java.gui "Andrew Thompson" <u32984@uwe> je napisao u poruci interesnoj grupi:7364e5d6593df@uwe... > FreeStyler wrote: > >"Andrew Thompson" <u32984@uwe> je napisao u poruci interesnoj > >grupi:73634bc29f4e7@uwe... > >> >I learn NetBeans and I saw the Visual library demos. > >> > >> I am not familiar with them, got an URL? > > > >http://www.netbeans.org/download/flash/netbeans_60/jl_preso_vislib/player.h t > >ml > > Unfortunately that page uses Flash. > Don't have it, won't install it. > > It seems the Flash was created from a PowerPoint* > presentation, but I am guessing this is not about either > Flash or PP, that is just the medium for describing this > marvelous new technology. > > * which I also do not have. > > So (to be fussy) do you know of links to *textual* > descriptions of the technology? No.. wait.. a bit > of searching on netbeans+"visual+library" shows.. > <http://graph.netbeans.org/> > "Run ShowMind using WebStart - a demo of the > Visual Library with NetBeans Platform (downloads > 11MB, requires Java 5 or later). " > And another page might be handy.. > <http://graph.netbeans.org/faq.html> > > >Maybe I first need to ask is it possible to implement visual libraries in a > >web application which runs on Tomcat or Java Application server ? > > What do you mean 'in' the web app? If this code is running > on the server, all it could do is push out ..static images to > the end user. > > If it is running on the client side (applet or JWS), that > app. might be able to *interact* with the web app., but > the "11 meg" makes me think it is unsuited to applet > deployment - web start would be the only sensible option > for deploying it to the client. > > -- > Andrew Thompson > http://www.athompson.info/andrew/ > > Message posted via JavaKB.com > http://www.javakb.com/Uwe/Forums.aspx/java-gui/200706/1 > Ok, thank you. --- * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet! --- Synchronet 3.15a-Win32 NewsLink 1.92 Time Warp of the Future BBS - telnet://time.synchro.net:24
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.java.gui
csiph-web