Posts Tagged ‘java’

| | | | |

JBoss Seam Kits AJAX and Java Together

June 20th, 2006

Builder.com has an article about JBoss’s recent project typing AJAX and Java together. Their open source framework is called Seam. Google has a similar AJAX toolkit for Java programmers as well.

More »

| |

Websites as Graphs

May 29th, 2006

I don’t know important this site will be for many of you, but Aharef has a Java Applet creating a graph of a site and it seems pretty cool to me. It uses the elements within a given webpage and creates a tree based on those elements. What’s pretty cool is the hierarchy of the site is described through the nodes of the tree and the colored nodes representing different elements.

More »

| | | | | |

Dojo The Browser Toolkit

May 24th, 2006

When writing scripts, I didn’t think white space would affect my code so much. A space is still considered a character though and it does take up file space. By using the Java tool Dojo to compress JavaScript files, removing white space reduces a 321B file down to 140B. While this might not seem like that much with broadband connections out, it makes a difference.

More »

| | | | | |

Google Web Toolkit – Build AJAX Apps in the Java Language

May 17th, 2006

Google has released the Google Web Toolkit (GWT) written in Java to allow easy implementation of AJAX applications for web developers. What the Google Web Toolkit does is takes the developers Java code and converts it to HTML and JavaScript for use in an AJAX application.

More »

© 2004 - 2012 brandon quintana. all rights reserved.