Difference between revisions of "Java Code"

From MyWiki
Jump to: navigation, search
Line 17: Line 17:
 
[[ Graphics ]]<br>
 
[[ Graphics ]]<br>
 
[[ GUI Frame ]]<br>
 
[[ GUI Frame ]]<br>
 +
[[ Installing an SSL certificate into keystore ]]<br>
 
[[ Obtaining servlet GET parameters ]]<br>
 
[[ Obtaining servlet GET parameters ]]<br>
 
[[ Query Mysql ]]<br>
 
[[ Query Mysql ]]<br>
Line 35: Line 36:
 
[[ Oracle documentation and tutorials ]]<br>
 
[[ Oracle documentation and tutorials ]]<br>
 
[[ Query Active Directory (ldaptest) ]] <br>
 
[[ Query Active Directory (ldaptest) ]] <br>
[[ Installing an SSL certificate into keystore ]]<br>
+
 
 
[[ Reading from a file in java ]] <br>
 
[[ Reading from a file in java ]] <br>
 
[[ Thread stuff ]]<br>
 
[[ Thread stuff ]]<br>
 
[[ Images in java servlets ]]<br>
 
[[ Images in java servlets ]]<br>
 
[[ Java talking to Active Directory ]]<br>
 
[[ Java talking to Active Directory ]]<br>
 
 
[[ Take the first X characters from a string ]]<br>
 
[[ Take the first X characters from a string ]]<br>
 
[[ TextArea ]]<br>
 
[[ TextArea ]]<br>
 
[[ The toString() method in java ]]<br>
 
[[ The toString() method in java ]]<br>
 
[[ Using Split ]]<br>
 
[[ Using Split ]]<br>

Revision as of 20:06, 22 July 2015

Absolute positioning
App.java
Authenticating against Active Directory
http://www.programming-free.com/2012/09/query-active-directory-from-java-using.html
Awt stuff
Charts and Graphs
Command line arguments
Connecting to Mysql
Creating a servlet called CompletedBy ( the web.xml addition required )
Custom Painting Oracle docs Drawing Graph project
Executing a program
For loop ( java )
Gits Source files.
Getting user input
Graph plotting with JFreeChart
Graphics
GUI Frame
Installing an SSL certificate into keystore
Obtaining servlet GET parameters
Query Mysql
Query Mysql 2
Query SQL Server
Query ad Oracle link  : http://docs.oracle.com/javase/jndi/tutorial/getStarted/examples/directory.html Reading a text file line by line.
Writing to a file with Java
Exit a program
String length (java)
Servlet redirect
Password protecting pages
Removing white space and apostrophe from string
Sleep ( java )
Amimating a line
repaint()
Images in Java
Oracle documentation and tutorials
Query Active Directory (ldaptest)

Reading from a file in java
Thread stuff
Images in java servlets
Java talking to Active Directory
Take the first X characters from a string
TextArea
The toString() method in java
Using Split