Tag: archive
All the articles with the tag "archive".
-
Jersey (JAX-RS) HTTP methods examples on Resources and Sub Resources
In this guide we will learn about implementing HTTP methods like GET, POST, PUT and DELETE using Jersey (JAX-RS). In theory these HTTP methods used for following purposes: GET: It represents one or a list of resources or sub resources. POST
-
Native HTML5 Component Development using Web Components & Polymer - Whitepaper
Introduction Our expectation from technologies is never-ending; we keep on revolutionizing the way we do our web development and enrich users’ experiences. Browsers have come a long way and they have implemented the ever-changing standards.
-
Index and Search structured XML documents using Apache Solr
Apache Solr is a highly scalable search engine with lots of goodies inbuilt. In this guide we will learn how to get our structured data in XML can be indexed and searched effectively. We will learn the following concepts: Starting up Apache
-
Jersey (JAX-RS) Resources URI mapping with @Path
In this guide, we will learn Jersey(JAX-RS) Resources and Sub Resources concepts as well as mapping of API HTTP URI using @Path annotation. Specifically, we will go through the following concepts and examples: Root Resources (Resources) Sub