URL Encoding Reference
URL Encoding Reference – Encode characters ASCII Character URL-encoding space %20 ! %21 " %22 # %23 $ %24 […]
Read More →URL Encoding Reference – Encode characters ASCII Character URL-encoding space %20 ! %21 " %22 # %23 $ %24 […]
Read More →http://andreas.louca.org/2008/03/20/java-rsa-encryption-an-example/
Read More →Generate Public\Private Key: http://www.javamex.com/tutorials/cryptography/rsa_encryption.shtml Encrypt files: http://www-users.york.ac.uk/~mal503/lore/pkencryption.htm With the increase awareness to security the demand for securing data is […]
Read More →http://www.java2s.com/Code/Java/Security/Basicsymmetricencryptionexample.htm import java.security.Security; import javax.crypto.Cipher; import javax.crypto.spec.SecretKeySpec; /** * Basic symmetric encryption example */ public class MainClass { public […]
Read More →Good info here. Having a common directory layout would allow for users familiar with one project to immediately feel […]
Read More →To load properties from a file called components.properties in the root of the project, use the following code: package […]
Read More →Running a Java program as a windows service: http://blog.platinumsolutions.com/node/234 http://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk/res/procrun/ http://www.source-code.biz/snippets/java/7.htm http://wrapper.tanukisoftware.org/doc/english/accountLicenses.jsp#purchase http://edn.embarcadero.com/article/32068
Read More →Installing the Java JDK: Go to the Java web site. Java.sun.com Locate the download page for Java SE 6 […]
Read More →Packages / Interfaces / Enumerations and Classes http://www.j2ee.me/javase/6/docs/api/index-files/index-1.html http://www.j2ee.me/javase/6/docs/api/java/util/package-summary.html or http://java.sun.com/javase/6/docs/api/index-files/index-1.html Structure http://java.sun.com/javase/6/docs/ APIs http://java.sun.com/javase/6/docs/api/overview-summary.html
Read More →Defaul directory for the JDK is, C:\Program Files\JAVA\jdk1.6.0\bin I will use C:\JAVA\jdk1.6.0\bin Directory information BIN – The JAVA development […]
Read More →