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?
Depends on what you are doing and how you want to do it.Give a little more info, maybe.
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
it depends on what functionalities you want.applet takes more time to load but are more secure..whts the result u want in
> 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
> 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. :)
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?
> 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
> > 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