By Pankaj, on August 8th, 2011% What Is SOAP?
Soap is an Xml based transport protocol. Soap stands for Simple Object Access Protocol. Soap is a lightweight mechanism for exchanging structured and typed information. As it is XML based so it is language and platform independent. SOAP has been a widely accepted protocol for XML based system- to- system communications so . . . → Read More: SOAP XML Message – Understanding and Creating with Liquid XML Studio
By Pankaj, on January 31st, 2011% Oracle Weblogic is one of the most widely used application server. Recently I have installed it on Mac OS X (10.6.4) system and created a domain. This article is intended to provide the steps for installation and creating domain and then starting and stopping domain with Terminal. I have setup Oracle Weblogic 10.3.3.0 on my system but I am sure that the setup instructions will work for other versions also. Prerequisite for Oracle Weblogic Server Installation 1. Oracle Weblogic setup – You can download it from Oracle website for development purpose. 2. JDK 6 – Oracle Weblogic 10.3 requires Java 6 and it comes with the default Mac OS X system. You can check whether its installed or not. It will be in “/System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home” directory. . . . → Read More: How to install Oracle Weblogic on Mac and Creating Weblogic domain
By Pankaj, on January 11th, 2011% If you are using Eclipse IDE and using SVN as repository for your projects then you might be aware of subclipse and subversion plugins. Just to give a brief idea, these are the plugins to work with SVN in Eclipse IDE for version controlling. Recently I faced a problem in using it for multiple users. When we connect to SVN repository from any user id and then saves the password, it caches this data to a hidden file in the file system. So when you connect to some other project location, it doesn’t prompt for user/password and gives error message. To avoid this error, we need to clear the saved data. . . . → Read More: How to clear Eclipse subclipse and subversion plugins user-password in Mac OS
By Pankaj, on January 9th, 2011% Recently I bought a new desktop system and installed Windows 7 Ultimate 64-bit on it. Being a Java Developer, the first thing I did after regular setup is to download and install JDK. I was using Windows XP, Solaris or Mac OS for my development purpose till now and I was installing it for the first time on Windows 7 64-bit OS. Here I am providing steps to download, install and configure Java in Windows 7 64-bit operating system. . . . → Read More: Installing Java on Windows 7 Ultimate 64-bit
By Pankaj, on December 14th, 2010% In Mac OS, all the applications have .app extension but it ships in the form of a zip file. So you can easily check the contents of any application. The application icon is actually an icon file with .icns extension stored in the application. To change the icon of application, you need to find out the existing icon file and then replace it with the desired one. For example, here I am changing Firefox icon to some other icon. . . . → Read More: How to change Applications icon in Mac OS
By Pankaj, on December 14th, 2010% In my earlier posts, I explained how to install memcached server on *nix and Mac OS systems. Today I will explain how to install memcached server on Windows operating system. To install Memcached Server on Windows, we need to have its exe or batch process but memcached server was written for *nix operating system and you can’t get a Windows version from memcached server official website. The problem is solved by Jellycan Code and they provide the Win32 version in binary format that can be used to install memcached server on Windows. . . . → Read More: How to install Memcached Server on Windows as Service
By Pankaj, on December 9th, 2010% Memcached is an open source high performance distributed memory object caching system. It is one of the most widely used cache mechanism used by some of the biggest websites like Wordpress.com and LiveJournal.com. It is also used by VBulletin software, for faster performance, that is one of the best software for Forums. Its easy to install and there are so many client programs available on Internet in different languages. Memcached is a memory based caching mechanism and build using C language. To install memcached server on Mac OS or Linux we need C library. Here I am assuming that C library is already present in the system. If its not, then you can download C compiler and install it or install XCode that installs gcc compiler with it. . . . → Read More: How to install Memcached Server on Mac OS/Linux
|
Stay Tuned by RSS & Email
My Resolution To Post Java Tutorials to help you from being Novice to Pro Java Developer. So stay tuned and subscribe to keep yourself updated about everything on Java.
|
New Comments