- Create rich data-centric web applications using JAX-RS, JPA, and Dojo
Developing a rich application for manipulating large amounts of data used to be the exclusive domain of desktop applications. Now it can be done in a web application, and you don't have to be a Java™Script guru to do it. Learn how to use the Dojo toolkit to create eye-popping, data-centric web applications and hook them up to a back end based on the JavaEE standards such as JAX-RS and JPA. These technologies allow you to leverage convention over configuration principles to easily wire together complex applications in no time at all.
in Development > JavaScript, AJAX & Dojo with ajax application development dojo jax-rs jpa rest tutorial
- Creating a JAX-RS Web Service using Apache Wink
in Development > Java with apache application development jax-rs rest tutorial wink
- RESTful Web services with Apache Wink, Part 1: Build an Apache Wink REST service
This article outlines the Apache Wink 1.0 framework architecture and explains the design, implementation, and deployment of a new sample Apache Wink RESTful service. This article also helps you understand the basics of the REST paradigm, going on to explain the details of the new JAX-RS 1.0 standard, which helps Java developers implement RESTful Web services using annotations.
in Development > XML with apache development howto jax-rs rest services tutorial web wink
- Using Apache Wink, Eclipse, and Maven to develop RESTful Web services
Apache Wink is an Apache incubator project that enables the creation and consumption of REST Web services. With REST Web services, the interaction between clients and services is constrained to a set of predefined operations, and the complexity of the client-server interactions is limited to the resource representations exchanged between the client and services. This approach allows you to build interoperable, scalable, and reliable REST-based distributed hypermedia systems.
in Development > XML with apache eclipse howto jax-rs rest services tutorial wink
jax-rs from all users