Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.gui > #1742 > unrolled thread
| Started by | "Gabriele" <gabriele@THRWHITE.remove-dii-this> |
|---|---|
| First post | 2011-04-27 15:35 +0000 |
| Last post | 2011-04-27 15:35 +0000 |
| Articles | 3 — 2 participants |
Back to article view | Back to comp.lang.java.gui
Swing vs .NET "Gabriele" <gabriele@THRWHITE.remove-dii-this> - 2011-04-27 15:35 +0000
Re: Swing vs .NET "Philipp" <philipp@THRWHITE.remove-dii-this> - 2011-04-27 15:35 +0000
Re: Swing vs .NET "Gabriele" <gabriele@THRWHITE.remove-dii-this> - 2011-04-27 15:35 +0000
| From | "Gabriele" <gabriele@THRWHITE.remove-dii-this> |
|---|---|
| Date | 2011-04-27 15:35 +0000 |
| Subject | Swing vs .NET |
| Message-ID | <1180915971.096903.274350@q69g2000hsb.googlegroups.com> |
To: comp.lang.java.gui I'm studying differences between those two architecture in order to choose a setup to develop a completely new application. I'm a programmer with some experience on C++ and PHP and i have basic academic knowledge of VS.NET and Java and a few other. My application is a data driven business application heavily based on GUI and will be deployed mainly on Windows systems, but i eventually may like the possibility to deploy it on Mac (most probably) and or Linux (least probably). Exclude AWT libraries, because their limited choice and heavyweight, choose an IDE as you like (i.e. Eclipse, JDeveloper, NetBeans....), include Swing and eventually some other Swing based libraries. Questions: VS.NET against JAVA about easy of development of GUI and Data access VS.NET against JAVA about speed of execution of the application on Windows VS.NET against JAVA about availability and compatibility on Mac (or eventually Linux) In this specific case, this last question is the least important, but i would like to know if Mono is going somewhere and is somewhere near to be functional. Note, i've read some webpages about that topic but mostly focus their attention on portability, which is not a priority here and quite never talk about the performance of the completed product. I've seen and i've heard that Java based GUI based application sometimes are not so fast and i would like an opinion from you. 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] | [next] | [standalone]
| From | "Philipp" <philipp@THRWHITE.remove-dii-this> |
|---|---|
| Date | 2011-04-27 15:35 +0000 |
| Message-ID | <1180940696_1601@sicinfo3.epfl.ch> |
| In reply to | #1742 |
To: comp.lang.java.gui Gabriele a ocrit : > I'm studying differences between those two architecture in order to > choose a setup to develop a completely new application. I'm a > programmer with some experience on C++ and PHP and i have basic > academic knowledge of VS.NET and Java and a few other. My application > is a data driven business application heavily based on GUI and will be > deployed mainly on Windows systems, but i eventually may like the > possibility to deploy it on Mac (most probably) and or Linux (least > probably). > > Exclude AWT libraries, because their limited choice and heavyweight, > choose an IDE as you like (i.e. Eclipse, JDeveloper, NetBeans....), > include Swing and eventually some other Swing based libraries. > > Questions: > > VS.NET against JAVA about easy of development of GUI and Data access > > VS.NET against JAVA about speed of execution of the application on > Windows > > VS.NET against JAVA about availability and compatibility on Mac (or > eventually Linux) > > In this specific case, this last question is the least important, but > i would like to know if Mono is going somewhere and is somewhere near > to be functional. > > Note, i've read some webpages about that topic but mostly focus their > attention on portability, which is not a priority here and quite never > talk about the performance of the completed product. I've seen and > i've heard that Java based GUI based application sometimes are not so > fast and i would like an opinion from you. You might also want to think about deployment. In what form, through which medium, automated or not etc... For windows, Java WebStart is pretty OK (app icon, file association, easy installation of app, more or less easy JRE update). On other systems (Mac/Linux) this lags behind a bit (ie. no clean file association on Mac/Linux, JRE update doesn't work at all on Mac so you have to target a specific JRE/MacOS combination etc). HTH Phil Phil --- * 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 | "Gabriele" <gabriele@THRWHITE.remove-dii-this> |
|---|---|
| Date | 2011-04-27 15:35 +0000 |
| Message-ID | <1180987164.765179.260970@q69g2000hsb.googlegroups.com> |
| In reply to | #1744 |
To: comp.lang.java.gui On 4 Giu, 09:04, Philipp <sicsic...@freesurf.ch> wrote: > Gabriele a =E9crit : > You might also want to think about deployment. In what form, through > which medium, automated or not etc... > > For windows, Java WebStart is pretty OK (app icon, file association, > easy installation of app, more or less easy JRE update). On other > systems (Mac/Linux) this lags behind a bit (ie. no clean file > association on Mac/Linux, JRE update doesn't work at all on Mac so you > have to target a specific JRE/MacOS combination etc). Nice point. Thank you to have brought the attention on an aspect that i haven't considered, even if it is only partially related to my specific needs. --- * 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