I use tinyurl and dwarfurl for reducing a large url into a smaller one. Though dwarfurl provides additional features such as statistics on the shrunk URL (for example number of hits), I have found acessing the site to be really slow sometimes. However what happens when any of these services are not available ? Obviously [...]
In a Java development project significant amount of time is spent in writing and debugging JSP’s. Probably this can be reduced by using a tool called JSP Weaver. The reduction in time is by eliminating “the Java generation and compilation stage by interpreting the JSP files on-the-fly”. JSP Weaver is currently supported [...]
There are two ways to establish a TCP connection to a queue manager in Websphere MQ namely:
1. Use the native support provided by the OS (for example Solaris)
2. Use the service/feature provided by Websphere MQ
Native support provided by the OS (Solaris Unix)
The one provided by the OS Solaris is typically configured as [...]