At my place of employment (my day Job) we are developing a java icefaces application with over 200 screens. We constantly do performance benchmarking , we use tools such as devpartner for Java that provide very good stats. Prior to java/icefaces all of are other apps are java/struts. The icefaces jsf app performs equally or better than the struts applications dependent on number of concurrent users vs. server load.
Even my little artshow application is a pretty good performer, considering that my server which also has other internet facing apps on it is just a little 4g media center pc with 1 g of ram. I don't see were you get the bad performance idea. And also you have to admit that using icefaces the way artshow does eliminates all the nasty xmlhttprequests thats would normally have to be coded into the listcontrollers and button handlers. Further there are two popular methods for developing non native / or hybrid web applications using java, one being iui and the other being dashcode, a lot of developers don't use dashcode because its featureset just doesn't scale to what iui can do, however IUI also has a lot of limitations. Using the icefaces component library adds significantly to what you can do with dashcode. Artshow is just a very early proof of concept on the way to live stream tv which is the holy grail we are utimately on the road to achieving. The next poc in a few days is going to demonstrate server push, bonjour support and live updates of the data tables as we have just refined our partialsubmit process. On Jan 1, 3:28 pm, Giancarlo Rotta <[email protected]> wrote: > My own POC using icefaces was a very poor performan application. As > java developer icefaces and strut are heavely avoid. > Cheers! > > Enviado desde mi iPhone > > El 29-12-2008, a las 10:19, shelly <[email protected]> escribió: > > > > > > > I believe most web developers are using either iui and php or > > dashcode. Java provides better throughput for applications with heavy > > loads ie. video application servers. > > > Our project combines java jsf with a component library called > > icefaces. Among other features using this component suite gives us > > complete server push capabilities. > > > This post on the icefaces forum explains our project and links to our > > project page and a proof of concept iphone page called artshow. With > > some original artwork. > > > This is only a POC, much more will follow. Including native app > > support. Browser refresh has issues. And if you don't own an iphone it > > is only viewable in safari 3+. > > >http://www.icefaces.org/JForum/posts/list/10987.page- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "iPhoneWebDev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/iphonewebdev?hl=en -~----------~----~----~----~------~----~------~--~---
