The Source for Java Technology Collaboration
User: Password:



View Archives: Homepage | Projects & Communities | Also Today | Spotlights | Success Stories | Articles | Weblogs

Weblogs


Most Recent | Topic | Community | Webloggers | Top Weblogs | James Gosling   
Monthly Archives:    
November 03 2005

Comparing webapp frameworks : Why?: "Imho this is a complete waste of time and it will be another biased comparison without any real use whatshowever." So, why am I doing this?
Posted by simongbrown at (11:59 PST) | Permalink | Discuss (1)  

JAX-WS Project Created on Java.net: A new JAX-WS project has been created on Java.net. This project is for the reference implementation of JSR 224 that Java API for XML Web Services.
Posted by kohlert at (09:15 PST) | Permalink | Discuss (0)  

No Need for Promises: Mustang progress front and center... Also:
Also in Java Today: Mustang contributions page and JavaPedia; CajoServlet
Forum postings: Chapter 2 of "Beyond Java" and Mobicents tackles Google Talk
Weblogs: Comparing web app frameworks, bi-directional text bug thoughts, and filtering HTML injection
Also in Java Today: Taconite 1.0 cleans up AJAX and an excerpt from "Java Objects: From Concepts to Code"
Posted by invalidname at (07:05 PST) | Permalink | Discuss (1)  

Solutions for the 3rd world that might make the 1st world jealous: Bruce Boyes's Blog, "The $100 PC in another guise?", and the comments that it generated got me thinking about solutions for the 3rd world that might make the 1st world jealous.
Posted by johnreynolds at (06:13 PST) | Permalink | Discuss (3)  

November 02 2005

JavaOne Tokyo '05: Keynote Addresses: JavaOne Keynotes start on Nov 8, kicked off by the 父 (father) of J2EE, Mark Hapner.
Posted by joconner at (16:09 PST) | Permalink | Discuss (0)  

Bidirectional Text Inconsistencies: Bug # 4701238: Swing components show inconsistencies in laying out Right to Left (RTL) text. How should this be resolved?
Posted by joconner at (15:57 PST) | Permalink | Discuss (2)  

Blarg 17: Ant command line parameters broken?: If your command line parameters aren't working in Ant, here is a possible fix. Blarg!
Posted by jfalkner at (14:24 PST) | Permalink | Discuss (0)  

Comparing webapp frameworks : Introduction: Struts, WebWork, Stripes, Spring MVC, Wicket, Tapestry, JSF, etc, or even rolling your own. With so many J2EE web application frameworks to choose from, how do you decide which one to use?
Posted by simongbrown at (12:21 PST) | Permalink | Discuss (9)  

Cleaning the servlet requests from Html Injection: Web Application Security Vulnerabilities are a tricky area that needs creative solutions. Several frameworks solve a lot of problems for you and it may cause a weak perception about what really happens into the underneath code. This entry comments the Html Injection Filter - a set of classes that prevent Html injection into Cejug-Classifieds Project.
Posted by felipegaucho at (10:53 PST) | Permalink | Discuss (3)  

Cruel Angel's Thesis: The book club discusses "Beyond Java"... Also:
Forum postings: "Beyond Java" book club intros and Tools track ideas for JavaOne 2006
Weblogs: JavaOne 2006 Desktop Track, NetBeans/Matisse gotcha, and Swing vs. next-gen browser hype
Projects and Communities: Facelets and JXTA-RM
Also in Java Today: Learning Java2D and Is AJAX Here to Stay?
Posted by invalidname at (06:01 PST) | Permalink | Discuss (0)  

November 01 2005

JavaOne Jackpot Talk Available: The Jackpot presentation given at JavaOne 2005 is now available as a free multimedia presentation or PDF file.
Posted by tball at (19:16 PST) | Permalink | Discuss (1)  

JavaOne 2006: Ideas for Desktop Talks?: It's time once again to submit a killer session for JavaOne, or to submit some ideas for killer sessions you'd like to see.
Posted by chet at (14:07 PST) | Permalink | Discuss (9)  

JavaOne Tokyo '05: NetBeans Software Day: NetBeans World Tour makes its first stop in Japan next week. NetBeans Software Day is Nov 7 2005.
Posted by joconner at (11:55 PST) | Permalink | Discuss (1)  

The Usefulness of Actions: This blog gives an overview of Actions, why you might use them, and covers a bit of the changes to Actions in 1.6.
Posted by zixle at (07:58 PST) | Permalink | Discuss (8)  

Invoke: AOP made DIY... Also:
Feature Article: Implement Your Own Proxy-Based AOP Framework
Weblogs: Crack the Verifier, RFID in passports, and the ultimate toString() method
Forum postings: Blu-Ray at JavaOne 2006 request and GlassFish annotations
Projects and Communities: Bluetooth for Java and Jdon does AOP and IOC
Also in Java Today: Avoiding Oblivion in Your Tech Career and Automatic link detection for Swing
Posted by invalidname at (07:09 PST) | Permalink | Discuss (2)  

"Death to the Browser" - bring on a real application platform:
Posted by kirillcool at (03:41 PST) | Permalink | Discuss (16)  

October 31 2005

2006 JavaOne Conference Call for Papers is Open: Time to start thinking about what to submit...
Posted by mister__m at (18:52 PST) | Permalink | Discuss (0)  

NetBeans 5.0 Beta...ouch: I use NetBeans every day. I like it. However, there's one thing that really irks me...and that's when a tool destroys code.
Posted by joconner at (17:51 PST) | Permalink | Discuss (8)  

Ready Steady Go: Take a crack at Mustang's bytecode verifier... Also:
Projects and Communities: Crack the Verifier and Using NetBeans with the JBoss Getting Started guide
Spotlight: Planning JavaOne 2006 forum
Forum postings: "Cool Stuff" for JavaOne 2006 and Splash screen placement
Coming soon: "Beyond Java" book club discussion
Weblogs: Fast Infoset, Contributing to Mustang, and "Close" icons for JTabbedPanes
Also in Java Today: Handling bookmarks and back buttons in AJAX and Dynamic checkboxes with struts
Posted by invalidname at (07:11 PST) | Permalink | Discuss (0)  

October 30 2005

New version of com4j posted: I posted a new version of com4j that fixed several bugs.
Posted by kohsuke at (22:16 PST) | Permalink | Discuss (0)  

JSF IRC Channel: I declare my intention to hang out in ##jsf on freenode.net
Posted by edburns at (20:40 PST) | Permalink | Discuss (0)  

Help Crack The Java Verifier: Sun is asking the developer community to help attack the new bytecode verifier in Mustang. Here's some background on how and why the community can help here.
Posted by kgh at (18:05 PST) | Permalink | Discuss (0)  

October 29 2005

RFID in passports: bad idea: The US State Department tries to patch up a poorly conceived application of technology which is inappropriate for the task.
Posted by bboyes at (14:20 PST) | Permalink | Discuss (5)  

'Close' icons on a JTabbedPane w/o UI interference: Many apps require a 'close' icon on a tab of a JTabbedPane. Most solutions require manipulation of the L&F classes. There is another option that works without interference with the UI using proactive icons.
Posted by herkules at (04:18 PST) | Permalink | Discuss (1)  

October 28 2005

Vida: Art and Artificial Life Competition: An international competition, created to reward excellence in artistic creativity in the field of artificial life.
Posted by bboyes at (21:34 PST) | Permalink | Discuss (0)  

Sun let's you Scratch the Itch in the JDK 1.6:

After complaining about shortcomings in the Java JDK for some time I took the opportunity to actually try to fix one of the problems is encountered and send a patch to Sun. Looking back I have to give kudos to Sun how relatively easy it is to become a contributor and that they really want to keep the developers in the loop not like in the "good old" days where submitting a bug report meant that I just disappeared in a black hole and if you were lucky it reappeared later.


Posted by schaefa at (14:09 PST) | Permalink | Discuss (0)  

Fast Infoset in the Real World: It usually takes times for new ideas and technologies to be adopted by the industry. However, Fast Infoset (FI), a binary encoding for the XML infoset, is growing very quickly. A good example of this is a recently founded company, Inversoft, which has developed an XML-based protocol and is using FI as a space/time efficient encoding.
Posted by spericas at (08:20 PST) | Permalink | Discuss (8)  

Ever Open Door: Tracking and appreciating Mustang contributions... Also:
Forum postings: Mustang contribution status and PropertyChangeEmitter
Projects and Communities: More Mobicents partnerships and GUI Commands
java.net Poll: How appropriate is Java for beginning programmers ?
Weblogs: Where Microsoft gets their "splendid" ideas, user-friendly XML configs, and neat Firefox tool
Also in Java Today: JBoss SOA road-map and grid computing with Globus Toolkit
Posted by invalidname at (07:00 PST) | Permalink | Discuss (0)  

October 27 2005

User-Friendly XML Config: Using the xml-stylesheet processing instruction in XML config files makes them much easier on the eye.
Posted by tomwhite at (14:49 PST) | Permalink | Discuss (2)  


 XML java.net RSS