The Source for Java Technology Collaboration
User: Password:
Register | Login help    

Search

Online Books:
java.net on MarkMail:

Weekly Stats

November 13 2009
Projects7,211
Total Members529,122

Top Projects

November 2009
Popularity:
Membership:
Activity:
Participation:
More


Today on java.netNovember 13, 2009

We've just published Sanjay Dasgupta's new article "Simplify Native Code Access with JNA". In this article, Sanjay describes the path through which Java developers can apply Java Native Access to directly interact with native operating system APIs...

Java Today

Terrence Barr announced Java Store: Now serving payments: Last week, PayPal announced their PayPal X Adaptive Payment API. Coinciding with that announcement Sun enabled the Java Store to take advantage of these new payment services. Starting immediately with the U.S., content developers can price their applications in the Java Store and leverage payment processing by PayPal, resulting in a conv
The JCP Program Office reported the Final Results of the 2009 EC Elections: The results are in...the 2009 JCP EC Elections have officially concluded, and final results are available on jcp.org. Congratulations to the new and re-elected JCP EC Members! ...
The java.net Java User Groups Community posted news from Bert Ertman, NLJUG reports on their 6th Successful J-Fall Developer Conference: Email from JUG Leader Bert Ertman Nov 11th 2009: "....Yesterday, we ran a very successful J-Fall, our sixth. We had a number of Sun people over, including Reggie, Simon and Arun Gupta as well, amongst several others. Arun wrote a very nice blog entry about his

Weblogs

Selenium is a popular web testing framework, well known for the Selenium IDE, which lets you record and replay web tests in the form of HTML files. However, that is not my preferred way of using Selenium. In fact, I much prefer using tools like Selenium for Acceptance Test-Driven Development. The high-level Selenium API is great for writing executable acceptance tests. This approach also works...
Joshua announces Project MaiTai, a visual tool for creating interactive graphical art
Yesterday I gave a talk at a the Jacksonville JUG about Java garbage collection, monitoring and tuning, which included a demo of Finding Memory Leaks Using the NetBeans Profiler and a demo of the  VisualGC plugin for  VisualVM You can view or download the presentation here Java garbage collection, monitoring and tuning References and More Information: Finding Memory Leaks...

Forums

Hello again I've got an odd issue with an externally provided WSDL. While feeding it to wsimport I get the following: [WARNING] not a WS-I BP1.1...
Need new feature when closing JOptionPane's dialog which is created through createDialog method. By default in createDialog method PropertyChangeListener is added for property name of VALUE_PROPERTY to JOptionPane (which sets the dialog...
Hi, How i can change language in Textfield from default english to some specific languages.My phone had support for different languages. Is there any way to handle it.As TextArea will by default take language from phone which are set by...