Jun 24
David MartinezJava
The CSP for Java Programmers series on developerWorks teaches us how to work with Communicating Sequential Processes, a framework on top of Java's threading library that allow you to create parallel processes that share objects while avoiding deadlocks. Alas, binary only..
Jun 20
David MartinezCBBTR, Java
To activate socket debugging in java, add the following to java_opts:
-Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n
Then connect to port 8787 using your favorite debugging tool..
Jun 20
David MartinezCBBTR, Java
To set username and password on weblogic, add the following to JAVA_OPTS:
-Dweblogic.management.username=system -Dweblogic.management.password=weblogic
(or whatever the new passwords are)..
Apr 17
David MartinezJava, UI Development
The Java Blueprint solutions catalog has added a section on AJAX, describing how autocomplete, real time form validation, progress bars and pseudo-push may work..
Apr 05
David MartinezCBBTR, Java
Explains how to define a datasource connection for your web application using context.xml More
Apr 05
David MartinezCBBTR, Java
A log4j configuration file sample. More
Apr 05
David MartinezCBBTR, Java
Doing a select statement without leaking connections.
More
Apr 05
David MartinezCBBTR, Java
How to obtain a connection through JNDI. More
Mar 30
David MartinezJava
This article provides an overview and introductory tutorial to the new concurrency mechanisms that have been added to J2SE 5.0..
Mar 30
David MartinezEclipse, Java
In this article on the Eclipse website, Prashant Deva explains the new projection infrastructure introduced in the JFace Text framework and shows how to extend the XML Editor example provided with Eclipse to allow folding of text..
Older Entries Newer Entries