
| Using Axis2 and Java for Asynchronous Web Service Invocation on the Client Side Rating: Rocks Category: Article Glen Kunene, Feb 8, 2010 Apache Axis2, the open source Java web services framework, has very good support for client-side asynchronous service invocation. Find out how to make it work for you. |
| Jonathan Schwartz Tweets His Way Out of Sun/Oracle Category: Article Glen Kunene, Feb 4, 2010 Sean Michael Kerner posts this blog from the from the 'Interesting Ways to Use Twitter' files. Better than a leaked internal memo, no? |
| What's Java's Future? Category: Article Glen Kunene, Feb 3, 2010 Java is being eclipsed by other programming languages, yet Oracle could change that if it wanted to. |
| Release Roundup, Jan. '10: New Year, New Gear for Java/Open Source Developers Rating: Rocks Category: Article Glen Kunene, Feb 2, 2010 From usual suspects like Apache, Google and Sun and some lesser-known players, January 2010 brought a steady stream of code releases for Java and open source developers' toolboxes. |
| Create Your Own Store Locator with Google Maps, PHP, and MySQL Rating: Rocks Category: Article Glen Kunene, Feb 2, 2010 Provide your visitors with a Google Maps API-based service that allows them to view map locations in and around their zip codes. |
Topic: Eclipse Yoon Young Kwang, Feb 9, 2010 |
Topic: Eclipse Muttu Dindur, Feb 9, 2010 |
Topic: EJB ELEMENT_SOLE 6462132, Feb 9, 2010 |
Topic: Linux crixalis sand, Feb 9, 2010 |
Topic: ANTLR John Pool, Feb 8, 2010 |
| How do you turn off the use of CommandLineWrapper so that IntelliJ will include all your JAR files on the command line? Tools:IDE:IDEA John Zukowski PREMIUM, Feb 8, 2010 To do so, open the .iws file for the project and look for the line setting the dynamic.classpath property to true: <property name="dynamic.classpath"... |
| I want to close the child window, from parent window using java script.
I want to close the child window, from parent window using java script. How to do that?
Can any one help me on this?
Thanks... JavaScript Firat Tiryaki PREMIUM, Jun 27, 2008 create the new window with an object name childWindow=window.open(...); then you can use the close method childWindow.close(); |
| Creating a javascript object with dynamic property name
Hello All,
Please consider the following code:
var myobj=new Object();
myobj.name="Amit";
myobj.dob="1990";
later on whenever i require,... JavaScript Firat Tiryaki PREMIUM, Mar 11, 2008 You should use eval function for that. Check out the below lines, sure it will help; x=new Object(); propertyName="nameProperty"; propertyValue=... |
| How do I split a space or comma-separated list? Java:Language:Syntax John Zukowski PREMIUM, Mar 6, 2008 The split() method of String takes a regular expression. The pattern "[\\s,]+" should to the trick. It says the separator will be one or more white space... |
| Open new window every time
Hi,
I am trying this example below : On click of the link it creates one window, if i click it again, i do not get a new window( another window) but rather the same wind... JavaScript Robert Lybarger, Feb 14, 2008 I am *not* a javascript expert... but maybe taking out the "remotewin" argument to the window.open call (leaving it either empty or null) would work, since... |
|
Open-Source Java SDK for VMware vCloud API VMware has announced the availability of Java open-source SDKs for the VMware vCloud API, making it easier for developers to leverage VMware vCloud services. The open-source client libraries and tools for this release are now available from cloud software resources including Dasein, jCloud and LibCloud. | |
| Oracle JDBC Logging Using java.util.logging A recent Oracle white paper describes in detail how to use the standard Java log mechanism, java.util.logging, with Oracle JDBC drivers. | |
| Dig Your Own Hole: 12 Ways to Go Wrong With Java Security Fortify, a company specializing in software security, offers a webcast that describes 12 common Java security pitfalls. | |
| JFileDownload - Java downloader JFileDownload is a file and folder downloader applet working with either FTP or HTTP. It can resume broken transfer and skip/overwrite duplicate downloads. It allows selecting target folder before download, displaying a progress bar with transfer rate and optionally redirecting after successful download. | |
| JNode JNode is a simple to use and install Java operating system for personal use on modern devices. |
Snooped: Jan 13, 2010 Java SE 6 Update 18 could be the last from Sun before the Oracle acquisition closes. |
Snooped: Jan 13, 2010 Sometimes data sets are too large to process in-memory. Learn how to implement a better approach in Java: Spring Batch's "chunk" processing. |
Snooped: Jan 13, 2010 Using randomization in your Java unit tests is easy and not as time consuming as you think. Plus, it will increase the value of your tests in the short and long term. |
Snooped: Jan 13, 2010 Learn how to test views in a Rails application, as well as how to test how well the different parts of the application are integrated. |
Snooped: Jan 13, 2010 It's time to settle this once and for all: For memory allocation, looping, and floating-point operation, does Java or C++ perform better? |