- struts introduction
- MVC Architecture
- model -1 &model -2 architecture
- introduction some design patterns front controller & application controller etc
- struts Architecture
- struts Frame work flow
- developing basic struts apps
- working with form beans
- applying serverside validations to our form bean apps
- validation frame work
- internationalization
- declarating exception handling
- working with struts custom pluging
- built -in action
- forward action
- include action
- dis patch action
- lookup dispatchaction
- mapping dispatch action
- switch action
- local action
connection pooling- tiles frame work
- struts hibernate
- struts + ejb3 +JPA
- struts +spring
- file uploading
- pagination
- deploying struts apps into various enterprize apps
- developing struts apps using my Eclipse & ides
- struts 2
This Javascript tutorial is for people with little or no experience with programming. It covers these topics: The Definition of Javascript The History of Javascript Java Versus Javascript Learning Javascript A Basic JavaScript Example The Definition of Javascript JavaScript is a type of programming language that works with HTML to make web pages more interactive. For instance, if you had a trivia quiz on a web page you could use JavaScript to check the answers. Javascript is limited. It is not a full-featured programming language like Java or C++. Think of the JavaScript language as a simple, easy-to-use programming language that has only the features necessary to make web pages interactive. The History of Javascript When the Web was first created in the early 1990s all web pages were static. In other words there were no popup windows, no shopping carts, no flying thingy's etc. Pages just stayed still. At that time Netscape Navigator and Internet Explorer were the top browsers. Net...