t********t 发帖数: 31 | 1 Searching the "right" framework for a web service ...
Read many postings here and learned great deal. It looks like
GWT designer (for front end) + Spring (for the server side) be the
State-Of-The-Art ? Any suggestions? How does that match up with FLEX +
Spring ? Thanks! |
s******e 发帖数: 493 | 2 It really depends on your project nature.
If you expect the huge number of visits or it will grow like that (I doubt
it), client side framework will be lightweight and better from performance
and cost consideration since by nature one server can handle more loads.
Picking between ajax and flex will depends on your project requirements. If
you need good support for video, audio, animtion, user graphics, flex is
generally better, but it is annoying since it is always buggy and need
plugin (almost |
f*****9 发帖数: 104 | 3 We successfully used GWT(and SmartGWT) + Spring in a few of our Web apps.
They all worked very well. We use a little bit of SpringMVC to interface GWT
RPC and Spring server. |
t*******e 发帖数: 684 | 4 Agreed. In many places, like organization intranet, FLEX/FLASH is
prohibited on PC. Others may have accessibility restrictions. Technical
decisions in many cases are driven by business requirement and
constraints.
doubt
performance
loads.
requirements. If
is
problem),
(
to big
【在 s******e 的大作中提到】 : It really depends on your project nature. : If you expect the huge number of visits or it will grow like that (I doubt : it), client side framework will be lightweight and better from performance : and cost consideration since by nature one server can handle more loads. : Picking between ajax and flex will depends on your project requirements. If : you need good support for video, audio, animtion, user graphics, flex is : generally better, but it is annoying since it is always buggy and need : plugin (almost
|
g*****g 发帖数: 34805 | 5 I block all flash by default, only allow them on sites I trust,
simple due to so many flash ads.
【在 t*******e 的大作中提到】 : Agreed. In many places, like organization intranet, FLEX/FLASH is : prohibited on PC. Others may have accessibility restrictions. Technical : decisions in many cases are driven by business requirement and : constraints. : : doubt : performance : loads. : requirements. If : is
|
F****n 发帖数: 3271 | 6 I am back to Java Applet. I am working on a really fat applet-based
framework that aims to prove JavaFx is unnecessary.
【在 t*******e 的大作中提到】 : Agreed. In many places, like organization intranet, FLEX/FLASH is : prohibited on PC. Others may have accessibility restrictions. Technical : decisions in many cases are driven by business requirement and : constraints. : : doubt : performance : loads. : requirements. If : is
|
g*****g 发帖数: 34805 | 7 Good luck with that, they ain't many users patient enough
to wait 5 minutes startup.
【在 F****n 的大作中提到】 : I am back to Java Applet. I am working on a really fat applet-based : framework that aims to prove JavaFx is unnecessary.
|
F****n 发帖数: 3271 | 8 Actually that's a myth.It really depends on what users expect from the specific applet. If it is a simple widget, it is no good. But imagine an applet with WOW3-like visuals. They will be patient.
【在 g*****g 的大作中提到】 : Good luck with that, they ain't many users patient enough : to wait 5 minutes startup.
|
|
g*****g 发帖数: 34805 | 9 For that kind of users, I'd consider web start.
specific applet. If it is a simple widget, it is no good. But imagine an
applet with WOW3-like visuals. They will be patient.
【在 F****n 的大作中提到】 : Actually that's a myth.It really depends on what users expect from the specific applet. If it is a simple widget, it is no good. But imagine an applet with WOW3-like visuals. They will be patient.
|
F****n 发帖数: 3271 | 10 How do you mix HTML with webstart application?
【在 g*****g 的大作中提到】 : For that kind of users, I'd consider web start. : : specific applet. If it is a simple widget, it is no good. But imagine an : applet with WOW3-like visuals. They will be patient.
|
g*****g 发帖数: 34805 | 11 Java FX
【在 F****n 的大作中提到】 : How do you mix HTML with webstart application?
|
F****n 发帖数: 3271 | 12 No, it cannot. Web start applications still run standalone.
【在 g*****g 的大作中提到】 : Java FX
|
g*****g 发帖数: 34805 | 13 It's OK for serious users. web start does make it easier
to maintain.
【在 F****n 的大作中提到】 : No, it cannot. Web start applications still run standalone.
|