1 / 8

ICE faces

ICE faces. BY Isaac Parenteau Advanced Web Development. Agenda. What is ICEFaces? How is it used Sample Code Questions. What Is ICEFaces?. Open source Ajax framework Asynchronous JavaScript and XML

Download Presentation

ICE faces

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. ICE faces BY Isaac Parenteau Advanced Web Development

  2. Agenda • What is ICEFaces? • How is it used • Sample Code • Questions

  3. What Is ICEFaces? • Open source Ajax framework • Asynchronous JavaScript and XML • Data is retrieved from servers asynchronously as not to interfere with display and behavior of the current page • Enables Java developers to easily create and deploy server-based Rich Internet Applications in pure Java • No applets or browser plug-ins required • ICEFaces are Java Server Faces applications • Java developers do not need to do any JavaScript related programming.

  4. Prerequisite Software • Java 2 standard platform • Ant • Required to build and link the files • Tomcat • Required to view Java Server Faces (JSP) pages • ICEFaces

  5. How is it used • Developer programs back end java applications • Then the jsp page is coded up referencing the java code’s members by using the ice: keyword in front of the method call • Example: <ice:inputText value = “Hello”/> • Output(XHTML) <input type = “text” value = “Hello”/> • The build.xml is written to link everything together • Ant compiles these files together and creates a .war file • Import the .war file into tomcat to display the contents

  6. Code • Sample Code

  7. References • www.wikipedia.org • www.icefaces.org

  8. Questions • Questions?

More Related