-
Recent Posts
Archives
- May 2013
- April 2013
- March 2013
- February 2013
- January 2013
- December 2012
- November 2012
- October 2012
- September 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
Categories
Meta
Category Archives: Java
How to test Jira REST API url using browser
When you read JIRA 5.0 REST API Documentation at https://developer.atlassian.com/static/rest/jira/5.0.html. The article is showing you to type http://example.com:8080/jira/rest/api/2/application-properties for example, if you use localhost as machine name then it will be http://localhost:8080/jira/rest/api/2/application-properties this is where your nightmare started. The correct … Continue reading
Java is free then how about .NET?
If you go to Java home page you will see “Free Java Download” You hard find a place for free .NET download now a day because .NET is installed as part of your operating system so it is free and … Continue reading
Posted in .Net, Java
Tagged Is .NET free, Is Java free, Java is free then how about .NET?
Leave a comment
Failed to load the JNI shared library
If you have this error “Failed to load the JNI shared library “C:\Program Files (x86)\Java\jre6\bin\client\jvm.dll” or “Failed to load the JNI shared library “C:\Program Files (x86)\Java\jre7\bin\client\jvm.dll”. It is either the application need x86 version of Java but you have installed … Continue reading
How to get Android Platform samples
After installing the ADT plug-in and platform SDK the samples do not install alone. The video below shows how to get the platform samples. How to get Android Platform samples
Android application does not run in emulator
You might run into a situation where your Android emulator started fine but the application does not get deployed. One of the possible reason could be the application that you created is not the same as the emulator that you … Continue reading
The simplest 1 InputText and 1 CommandButton ADF (Application Development Framework) sample
The simplest 1 InputText and 1 CommandButton ADF (Application Development Framework) sample It is a simple Java Server Page with ADF but it is not easy to find in the Internet. So, I created one here. I have … Continue reading
Posted in Java
Leave a comment
Introduction to Enterprise JavaBeans 3.0 – for JDeveloper 10.1.3.3
Introduction to Enterprise JavaBeans 3.0 – for JDeveloper 10.1.3.3 When you are reading the Introduction to Enterprise JavaBeans 3.0 in otn.oracle.com you will find that there is no step by step guidance to put the code in JDeveloper. … Continue reading
Posted in Java
Leave a comment
Deploying and Managing Web Services Using JDeveloper and External Oracle Application Server
There is a good tutorial at Oracle tutorial site (http://www.oracle.com/technology/obe/obe1013jdev/10131/devdepandmanagingws/devdepandmanagingws.htm) entitled “Developing, Deploying and Managing Web Services Using JDeveloper and Oracle Application Server”. I spent quite some time to deploy the Web Service to External Oracle Application Server instead of … Continue reading
Posted in Java
Leave a comment