Posts
All the articles I've posted.
-
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
-
Jersey (JAX-RS) + Spring Boot quick starter guide
In this guide we will set up a project to use Jersey (JAX-RS) API on Spring Boot based application. At the end of the guide you will know following stuffs: Setting up Jersey project on Spring Boot using Gradle build system. Testing a basic