which technology is fast and lightweight anong all webtechnology in java/j2

hi,

friends i want to know that which java technology or J2EE technology(JSP,SERVLET,SWING,APPLET,struts and etc) is lightweight and fast.

because i am going to use the simplest and lighweight web component component .

So friends Plese tell me that which technology is fast and easy and lightweight anong all webcomponent of java/J2EE

[359 byte] By [mishramishraa] at [2007-10-2 12:08:32]
# 1

> hi,

> friends i want to know that which java technology or

> J2EE technology(JSP,SERVLET,SWING,APPLET,struts and

> etc) is lightweight and fast.

Please define "lightweight" and "fast".

> because i am going to use the simplest and lighweight

> web component component .

Lighter than air, faster than thought.

> So friends Plese tell me that which technology is

> fast and easy and lightweight anong all webcomponent

> of java/J2EE

They're all lightweight and fast. Now how will you choose?

You should choose the technology based on the problem at hand and what you know well, not their alleged reputation for speed and lack of mass.

%

duffymoa at 2007-7-13 8:44:40 > top of Java-index,Other Topics,Patterns & OO Design...
# 2
So simple it writes itself!%
duffymoa at 2007-7-13 8:44:40 > top of Java-index,Other Topics,Patterns & OO Design...
# 3

Lightweight? Meaning abstraction in Java versus native components/widgets/API's? If yes, then any portable Java API. Though 'lightweight' often means worse performance (compared to native options).

Fast? That's up to you and a topic greater than even a doctoral thesis could hope to cover.

- Saish

Saisha at 2007-7-13 8:44:40 > top of Java-index,Other Topics,Patterns & OO Design...