which is better?

inorder to create form in IE we can use applets as well as html also.then which is better coding or efficient?
[124 byte] By [a_b_c_d_e_fa] at [2007-10-3 10:31:14]
# 1
Depends on what you are doing and how you want to do it.Give a little more info, maybe.
masijade.a at 2007-7-15 5:54:00 > top of Java-index,Java Essentials,Java Programming...
# 2
You do seldom see applets these days. Most sites uses html, AJAX etc. Btw. I tried out GWT this weekend at it was very nice.Kaj
kajbja at 2007-7-15 5:54:01 > top of Java-index,Java Essentials,Java Programming...
# 3
it depends on what functionalities you want.applet takes more time to load but are more secure..whts the result u want in
daveknirava at 2007-7-15 5:54:01 > top of Java-index,Java Essentials,Java Programming...
# 4
Whats GWT kaj?
daveknirava at 2007-7-15 5:54:01 > top of Java-index,Java Essentials,Java Programming...
# 5
> Whats GWT kaj?Google Web Toolkit. If I remember rightly, it's a toolkit that allows you to write java UI apps, and generate Ajax apps from it, or somethingvery tasty sounding, anyway. writing raw Ajax is an almighty pain in the @rs3 to debug :-(. thank god for
georgemca at 2007-7-15 5:54:01 > top of Java-index,Java Essentials,Java Programming...
# 6
> very tasty sounding, anyway. writing raw Ajax is an> almighty pain in the @rs3 to debug :-(. thank god for> Venkmann!That was one of the good things with GWT. You can execute it in hosted browser and debug both client and server side from Eclipse. :)
kajbja at 2007-7-15 5:54:01 > top of Java-index,Java Essentials,Java Programming...
# 7
I'd just started to read the buzz about GWT when I quit my job and didn't need to touch Ajax any more. I'll probably get back to some at some point, when I get the timedid you see anywhere that doing Ajax by hand had the edge over GWT?
georgemca at 2007-7-15 5:54:01 > top of Java-index,Java Essentials,Java Programming...
# 8

> I'd just started to read the buzz about GWT when I

> quit my job and didn't need to touch Ajax any more.

> I'll probably get back to some at some point, when I

> get the time

>

> did you see anywhere that doing Ajax by hand had the

> edge over GWT?

Don't ask me about that. I know almost nothing about html and javascript, so GWT is great for me :)

You can still mix html and normal Ajax with GWT and there are probably some situations where you want to do that but I can't think of any right now.

Kaj

kajbja at 2007-7-15 5:54:01 > top of Java-index,Java Essentials,Java Programming...
# 9

> > I'd just started to read the buzz about GWT when I

> > quit my job and didn't need to touch Ajax any

> more.

> > I'll probably get back to some at some point, when

> I

> > get the time

> >

> > did you see anywhere that doing Ajax by hand had

> the

> > edge over GWT?

>

> Don't ask me about that. I know almost nothing about

> html and javascript, so GWT is great for me :)

>

> You can still mix html and normal Ajax with GWT and

> there are probably some situations where you want to

> do that but I can't think of any right now.

>

> Kaj

thanks, kaj. I'll give it a look-see, when I get a moment

georgemca at 2007-7-15 5:54:01 > top of Java-index,Java Essentials,Java Programming...