Hi all,
What z actually object oriented concepts using javascript.How can i learn that?.I know something in basic javascript.
And one other thing is how can i learn gwt.(Google web Toolkit)?..what are the prerequisites to learn GWT???
| |
|
Welcome to KnowledgeSutra - Dear Guest | |
What Is Object Oriented Javascript & Gwt?
Started by tinoymalayil, Dec 26 2010 04:05 PM
2 replies to this topic
#2
Posted 26 December 2010 - 10:30 PM
Object Oriented just means you treat every entity in your code as objects. They have properties and methods (actions) you can perform on them to do various tasks.
The GWT I remember is a toolkit to allow you to write web applications that uses a lot of JavaScript in Java so you will need to know a fair bit about java. Its purpose to allow you to write complex applications without worrying about cross browser compatibility issues. I have tried this before but not to the level of producing anything. To me it seem like a lot of over head before you got anything working and in the end when I wanted to change something small like the layout or style of something it wasn't so obvious where.
The GWT I remember is a toolkit to allow you to write web applications that uses a lot of JavaScript in Java so you will need to know a fair bit about java. Its purpose to allow you to write complex applications without worrying about cross browser compatibility issues. I have tried this before but not to the level of producing anything. To me it seem like a lot of over head before you got anything working and in the end when I wanted to change something small like the layout or style of something it wasn't so obvious where.
#3
Posted 01 January 2011 - 04:44 AM
sonesay, on 26 December 2010 - 10:30 PM, said:
Object Oriented just means you treat every entity in your code as objects. They have properties and methods (actions) you can perform on them to do various tasks.
The GWT I remember is a toolkit to allow you to write web applications that uses a lot of JavaScript in Java so you will need to know a fair bit about java. Its purpose to allow you to write complex applications without worrying about cross browser compatibility issues. I have tried this before but not to the level of producing anything. To me it seem like a lot of over head before you got anything working and in the end when I wanted to change something small like the layout or style of something it wasn't so obvious where.
The GWT I remember is a toolkit to allow you to write web applications that uses a lot of JavaScript in Java so you will need to know a fair bit about java. Its purpose to allow you to write complex applications without worrying about cross browser compatibility issues. I have tried this before but not to the level of producing anything. To me it seem like a lot of over head before you got anything working and in the end when I wanted to change something small like the layout or style of something it wasn't so obvious where.
Thanks for the information.I am trying to study how Object Oriented Concepts in Javascript helps to develop web application that basic javascript.
Reply to this topic

1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users














