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.
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.
The Google:map JSP Taglibrary allows you to create fully functional GoogleMaps™ on your website with no javascript or AJAX coding, and no need to spend valuable time learning the API.
Integrate with JSTL to create dynamic database driven maps. Includes geolocation for US and International street addresses and IP addresses.
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.
Jerly (J-Earley) is a Java implementation of Earley's syntactic parser. With this algorithm you can decide whether a word can be generated by a given grammar or not.
Platform(s): Linux, Windows, FreeBSD, Mac OSX, Sun Solaris
In this JSP tutorial you will learn about JSP - An Introduction, Usage of JSP, Simplifies the process of development, Independency of Layers and Simplification of Process.JSP stands for Java Server Pages. JSP was developed by Sun Microsystems and this is a technology based on the Java language and thus an object-oriented language. In this section let us see an introduction to JSP and its features.
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.
JSP BugTracker is designed to be a software bug tracking management software powered by JSP, using various databases such as MSAccess, MySQL and MSSQL. Security levels available to protect who posts and administrates.
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.
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.