iPFaces doesn't work only with Java, but also PHP and ASP.Net are supported.
Hello world example
Add “ipfaces-taglib-1.1. jar“ to your web project. For development, it is suitable of have the “ipfaces-taglib-1.1.jar” library in the development environment listed in the project “CLASSPATH”.
<%@ taglib prefix="ipf" uri="http://www.ipfaces.org/tags" %> <ipf:form> <ipf:screen title="Hello World Application"> <ipf:label text="Hello World!"/> </ipf:screen> </ipf:form>
Then create the WAR web application bundle through the preferred path and deploy “Hello World” to your application test server in a standard way.
Look at Image04.jpg and Image05.jpg.
Use of location service
To obtain a user location from a mobile device use the IPFGsm class. Upon submission of a form, the location data will be sent as a parameter with the selected name (gpsElement in this example).
<%@ taglib prefix="ipf" uri="http://www.ipfaces.org/tags" %>
<ipf:form action="distance.htm">
<ipf:screen title="How Far Is It?">
<ipf:label text="Find distance to the selected city." />
<ipf:select icon="/img/distcalc.png" name="selectedCityId"
type="list" title="Distance to">
<ipf:options items="${cityList}" itemValue="id"
itemTitle="name" />
</ipf:select>
<ipf:button title="Calculate" type="submit" position="forward" />
<ipf:gps name="gpsLocation" />
<ipf:button action="/main/menu.htm" type="link" title="Examples"
position="back" />
</ipf:screen>
</ipf:form>
I'm convinced that this may be useful for you. :) More information can be found at official site www.ipfaces.org.
There are three clients avalailable - for BlackBerry, iPhone and devices with J2ME.
Attached Files
Edited by Edhouse, 22 March 2010 - 04:44 AM.


Sign In
Create Account


Back to top









