boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - GWT + Spring ?
相关主题
【包子】请问:关于 web 前端 report / dashboard 的设计
用第三方的package,出bug一般大家怎么解决?
SmartGWT or Ext-GWT
大家有没有web日历控件推荐?
Google Web Toolkit 令人失望
大家觉得GWT怎么样
web application一定要掌握javascript和ajax吗
Applet如何调用Server side Jar?
javaFX谁有经验?
来看一个对比
相关话题的讨论汇总
话题: spring话题: gwt话题: applet话题: flex话题: web
进入Java版参与讨论
1 (共1页)
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.
1 (共1页)
进入Java版参与讨论
相关主题
来看一个对比
Java的主要的应用是什么?
Java里面的SWT或者Swing为啥还有书在介绍呢
高级JAVA开发员工作推荐 (转载)
新手学习java spring, hibernate或者struts的问题
谁能给我推荐一个strutsspringhibernate的项目
spring到底有什么好处?
Goodbug能提供一些Spring, Hibernate, Cassandra入门资料吗
问一下swing的前途
关于RIA
相关话题的讨论汇总
话题: spring话题: gwt话题: applet话题: flex话题: web