Nice to know that I can play a bit with javaScript on blogger. Even if I have to do things by hand... but that is cool...
My example in action is bellow:
testing Script
will be date here.
My plan is to learn a new thing every two to three weeks. By sharing on this blog, will help me focus and hopefully help some readers. This is a hobby that I have been trying to exercise for quite a while now, but never could get it going for different reasons. Thanks
Nice to know that I can play a bit with javaScript on blogger. Even if I have to do things by hand... but that is cool...
My example in action is bellow:
will be date here.
While generating seed to create random numbers, the exception is being thrown form the method bellow:
{ // fill array as a side effect if (nativeGenerateSeed(result) == false) { // should never happen if constructor check succeeds throw new InternalError ("Unexpected CryptoAPI failure generating seed"); } }
ref:
sun.security.provider.NativeSeedGenerator
To generate random numbers, SSL security code relies upon entropy on a machine. Entropy is activity of the machine,If entropy is minimal or non-existent, then the random number generator will be slow and security operations may time out.
The class generates seeds for strong cryptographically number generator. It uses two techniques:
This post is a reference in how to export a full jar with all WLS libs. One good reason is to transport WLS proprietary classes into a java client application. That way a full use of WLS's libs.
Usually engineers only copy/paste the weblogic.jar, but the right way to do it, is to use the WebLogic JarBuilder tool, bellow will show you the following:
The WL_HOME reference to wlserver_12.1, as an example. Also keep in mind the WLS start using JDK 1.6 since WLS 10.3