Angular 2 and OnSen UI based hybrid News feed app

Angular 2 and OnSen UI based hybrid News feed app, the news are fetched from newsapi.org (over 50 sources). The overall native feel of Onsen UI on iOS is amazing but I guess they will have to work hard to match what Ionic has to offer. The Source.
Friday, January 6, 2017
Posted by Unknown

Ionic + FireBase based Expenditure tracker app

This time I tried my hands on the Ionic framework, find the details below: https://github.com/gognamunish/ionic-expenditure-tracker Thanks, Happy New Year .
Monday, January 2, 2017
Posted by Unknown

ng2 based Order Entry System for learning purpose

This weekend I could finally manage time to explore Angular 2 framework thanks to Sachin Shah for coming up with idea to explore the hidden gems in modern web technologies. This project uses a number of open source projects to work properly: .
Sunday, December 18, 2016
Posted by Unknown

Acceptance Tests using Cucumber

Most of the Systems are buggy due to lack of Acceptance tests, so in today's post I will try to walk you through a simple Cucumber based acceptance test for the following very common JIRA User story. As a RM User of the System I want to make sure that.
Tuesday, August 26, 2014
Posted by Unknown

SphinxQL over JDBC

This is an extension of my earlier blog post about performing free text search with Sphinx (v2.1.6+). This time we are going to access the index via JDBC as opposed to Sphinx API and perform some basic queries to fetch indexed data. Add following.
Saturday, March 15, 2014
Posted by Unknown

Apache Velocity Template to generate CSV (or any other format) file

This post is simple one to generate CSV file from some Source using Velocity Template and to verify the new design for the Blog (Metro Blue). The code (just a running stuff and nothing fancy) provided is simple and doesn't need any explanation and.
Sunday, August 18, 2013
Posted by Unknown

Configuring IBM MQ in JBoss

In today's post I will explain how to install the WebSphere MQ resource adapter on JBoss. Installing WebSphere MQ resource adapter: To install WebSphere MQ resource adapter, copy the file wmq.jmsra.rar (from installation directory) to the server's.
Monday, June 4, 2012
Posted by Unknown

Saving development time with local EntityManager in JPA

In almost all real world projects (non Spring + We are not considering Arquillian or any similar framework) where you are using JPA (Hibernate implementation), the data source binding happens by JNDI and the services are provided by EJBs, which means.
Sunday, April 29, 2012
Posted by Unknown

Reverse a String in Java

One of the frequently asked questions in interviews, let's try few ways available in JDK to reverse a string: import java.util.Stack; public class StringReverse { public static String reverse1(String s) { int length = s.length(); if (length.
Sunday, March 4, 2012
Posted by Unknown

Merging PDFs while retaining the fill able forms inside them

My previous post was about merging the PDF files into single file using PDFBox, the limitation of that approach was if you had fill able form inside any PDF file it was lost, to over come that issue here is an updated version of the same post using.
Sunday, January 15, 2012
Posted by Unknown

Popular Post

Labels

JAX-RS (1) JPA (1) RESTful (1) enums (1) java (2) mysql (1) request 2 (1) sphinx (1) tomcat (1) web service (2) ws (2)