Learn about an adaptable approach which separates programming tasks from Web page design tasks. This strong conceptual model encourages good design, enables re-use of data definitions, and is well-suited to the construction of dynamic user interfaces. The authors also illustrate the particular challenges you might encounter when you dynamically change the analysis performed by Web pages.
Remote Scripting allows browser to call server functions without refresh the whole page. Javascript in client side makes calls to Java functions in server side, refreshes part of the page components, such as select options, div innerHTML etc. It works like RPC for java based web application.
Allows users to choose a mile radius and locate all the locations within a particular zip code. Often used as a dealer locator for web sites, Java Bullseye is also used as a business locator for Interactive Voice Response systems and non-web zip code searches. Includes sample JSP pages and American Zip Code database.
Free portable application for publication vector and raster maps to Internet and interactive viewing on web browsers. It supports the complex rendering architecture, the unlimited navigation and allows working with multiple layers, thematic maps, hyperlinked features and attribute data.
OOAD@Whiz comprises of 5 Mock Tests (275 Questions) on the latest pattern of IBM UML Certification (Test 486). The salient features include High level of customization, Detailed explanation, Quick revision tips, scorer of the month.
Electronic version of library system which allow searching, borrow, return and reserver for various library items (include book, magazine, CD). This project will use UML for Object Oriented Analysis and Deisgn. And J2EE (JSP, Servlet and JDBC) for the implementation. mySQL will be used as database server.