Skip to main content

Posts

Showing posts from November, 2014

jax-rs jaxb and json

The urls below have a good tutorial for achieving the same. https://docs.oracle.com/javaee/6/tutorial/doc/gkoib.html https://docs.oracle.com/cd/E24329_01/web.1211/e24983/configure.htm#RESTF187 https://docs.oracle.com/cd/E21764_01/web.1111/e13734/rest.htm#WSADV553 http://howtodoinjava.com/restful-web-service/ http://www.theserverlabs.com/blog/2009/01/12/rest-web-services-with-jaxb-jax-rs-and-sun-jersey/ http://blog.bdoughan.com/2010/08/creating-restful-web-service-part-15.html

Tools

Editor (with Live Preview) - Brackets -  http://brackets.io/ Lightweight Editor - Notepad++ - http://notepad-plus-plus.org/ CAM XML Editor tool with XML+JSON+SQL Open-XDX - camprocessor - http://sourceforge.net/projects/camprocessor/

Cordova

As part of the installation process, for NetBeans, git is installed. git needs to have the proxy settings to be configured properly before it is functional. Use below command to setup the proxy git config --global http.proxy http://<ip>:<port> When integrating with ionic using the below command to download ionic npm install -g ionic To start an ionic app, use command ionic start <AppFolder> If you are behind a proxy you need to set the PROXY environment variable as below set PROXY=http://<ip>:<port> Below is a good tutorial for building a cordova-ionic app https://www.youtube.com/watch?v=sCnGSOaaZFo Tutorial for ionic apps using jax-rs http://ccoenraets.github.io/ionic-tutorial/create-angular-service.html Tutorial for Angular JS https://docs.angularjs.org/tutorial/step_11 http://www.toptal.com/angular-js/a-step-by-step-guide-to-your-first-angularjs-app

MBeans

Google Book for Beginners http://books.google.co.in/books?id=vkNMSDS9BfIC&pg=PT42&lpg=PT42&dq=mbeans+instrumentation&source=bl&ots=1cmDW6ZjRu&sig=036f-B1ZWEWnom22qQ5xr1094UM&hl=en&sa=X&ei=Zi0RVKWdBc_N8gWunIGIDw&ved=0CDcQ6AEwAw#v=onepage&q=mbeans%20instrumentation&f=false Working example for weblogic https://blogs.oracle.com/WebLogicServer/entry/developing_custom_mbeans_to_ma