Web 2.0 Blog reporting it to you

0 7 Java Resources for Mashups

If you want to write mashups in Java these libraries might save you a lot of time. Just as with the 12 Ruby Resources we looked at last week, these resources can greatly simplify access to major APIs. Some are officially supported by the API providers themselves and others are independent, open source efforts.

0 Sun Web Developer Pack

The Sun Web Developer Pack isn’t a sexy name, and having ‘Sun’ start it out often doesn’t help a technology…. but there is some good technology here. (more...)

0 eCirkit: More social networking

eCirkit.com is a new social networking platform that has it's fair share of Ajax sprinkled in.
  • On your profile page you can mouse over your user interests and a tooltip popup appears showing the full text of your interests, like favorite TV shows. You can then click the tooltip popup to go into edit mode, edit your data right in place, mouse out and your changes are sent to the server via Ajax.
  • On your manager page, you can view your emails, then click an individual one to see full view in the main content window. From there you can reply and delete.
  • You can use drag and drop to delete users from your contact list into a trash can. The contact is deleted from the backend server.
  • You can use drag and drop to drag 2 of your contacts into the eCirkit connect panel, then type and introduction email. This will introduce the 2 users to each other, and they can then add each other to their contacts list.
The backend is a full Java J2EE web server. I use JSP pages and servlets in the web tier, EJBs in the middle business layer tier, and hibernate persistence layer for the database access. eCIRKIT

0 OpenKM: Ajax Document Management System

Paco Avila and his team have announced OpenKM, a document management / knowledge management system that looks like a desktop application. OpenKM is based on:
  • JBoss 4.0.3SP1 ( version basis for the development )
  • Java J2EE ( JDK 1.5 )
  • Jackrabbit
  • GWT ( Google Web Toolkit - Ajax )
It is interesting to see a GWT application that looks like a YUI based component set.

0 Phobos and Dojo

Dojo is more than "an Ajax library". It is a set of JavaScript libraries and packaging system. It just so happens to have a remote binding API in there too. Phobos has seen this and you can now use Dojo on the server side when using the Phobos framework.
JAVASCRIPT:
  1. response.status = 200;
  2. response.contentType = "text/html";
  3. writer = response.getWriter();
  4. writer.println("<html><head><title>Dojo Sample</title></head><body>");
  5. library.dojo.load();
  6. dojo.require("dojo.widget.*");
  7. writer.println("OK");
  8. writer.println("</body></html>");
  9. writer.flush();
We talked about how Phobos could be a killer app under the nose of Sun in the past.
Next Generation Ecommerce Software & Web Store Platform > Fast, Simple, Friendly Stores
RSS
Stores  Features  Blog  Archives  About  Contact       © 2006 Web 2.0 Stores