This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
"Any fool can write code that a computer can understand. Good programmers write code that humans can understand." --- Martin Fowler
Please correct my English.
I would be very surprised if anyone asked you to create an applet today.
"We're kind of on the level of crossword puzzle writers... And no one ever goes to them and gives them an award." ~Joe Strummer sscce.org
Mohammad Ashrafuddin Ferdousi
Ranch Hand
Joined: Jan 14, 2010
Posts: 111
posted
0
marc weber wrote:I would be very surprised if anyone asked you to create an applet today.
Thanks for your response, sir. Anyway, then what technology works best as applet alternative on java? Can you please inform?
Thanks
codeperl
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35252
7
posted
0
Applets work fine (and are what you'd use if the solution had to be in Java). But other technologies like Flash/Flex and Silverlight have far surpassed them in popularity.
salvin francis wrote:GWT is a good technology too and is catching up fast....
Thanks for reply. I am visiting http://www.salvin.in/ and what i found and think that, this is build on GWT. That's a great work, sir.
Anyway, I think, GWT is a little bit heavy weight and it the techonology to convert the code from java to javascript. Is it? I am not sure sir, can you please confirm.
Is it a demandable technology for java, now-a-days? have a nice day everyone.
Mohammad Ashrafuddin Ferdousi wrote:... and think that, this is build on GWT.
Yes, it is made in GWT, I am glad you liked it.
Mohammad Ashrafuddin Ferdousi wrote:...I think, GWT is a little bit heavy weight and it the techonology to convert the code from java to javascript.
You are right on the part that it converts Java to javascript,
however I believe its not heavy weight..
It is true that as your application gets larger and larger the server side compiling takes longer time, but the client does not increase in size
considerably.