Today we will look at Apache Wink. Why…because the new OSLC SDK is partly based on Apache Wink.
We will create an Eclipse Project with Apache Wink running on Tomcat. This example is based on the
example at Developerworks http://www.ibm.com/developerworks/java/library/wa-aj-richjava/index.html?ca=drs-
The difference to the original article is:
* Tomcat 7 as AppServer
* Eclipse Source as attachment
* New Apache Wink 1.2
* Included Actual JQuery 1.7.2
* Changed URL inside index.html from ‘http://172.27.35.137:8080/Tasks/rest/tasks’
to ‘http://localhost:8080/Tasks/rest/tasks’
BTW, the Browser inside Eclipse make problems use Firefox and the URL: http://localhost:8080/Tasks
Source at Apache Wink Example (Eclipse Project) with local JQuery Script
and Apache Wink Example (Eclipse Project)with JQuery CDN