Memcached Tutorial
Memcached is Free & open source, high-performance, distributed memory object caching system. Memcached is used by almost all the major websites with …
Memcached is Free & open source, high-performance, distributed memory object caching system. Memcached is used by almost all the major websites with …
If you work on webservices, you must have been using XSD’s and to test the webservice, you need to generate XML from …
Recently I was trying to configure a VBulletin forum to use memcached for caching. I was looking for some guide for easy …
Eclipse is one of the most widely used IDE for Java developers, I have been using it for more that 5 years …
This post is in continuation of Deleting Blog Posts from Database. If your VBulletin forum is massively spammed with some users having …
Recently I was helping one of my friend in cleaning up his VBulletin 4 forum. VBulletin 4 has introduced Blog feature but …
What Is SOAP? Soap is an Xml based transport protocol. Soap stands for Simple Object Access Protocol. Soap is a lightweight mechanism …
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.
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.
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.