jMaki
jMaki is an Ajax framework that provides a lightweight model for creating JavaScript centric Ajax-enabled web applications using Java, Ruby, PHP, and Phobos.
Wednesday, September 26th, 2007
Category: Java
, jMaki
, Library
Greg Murray has put the stake in the ground and released jMaki 1.0. The release comes with “bundles” for PHP and Java which you can choose on the download area. Included in the bundles: The core jMaki framework. Sample applications. Ant task for creating applications and adding widgets and necessary dependencies to those applications. All Read the rest…
Monday, July 30th, 2007
Category: Java
, jMaki
jMaki Actions are a declarative way of associating widget behavior. The goal here is a holy grails of grabbing a Dojo widgets and a Prototype based one, and having them talk together. Greg shows an example: Consider a case where you have a Dojo Fisheye and you simply want it to select a tab or Read the rest…
Tuesday, June 12th, 2007
Category: Gears
, Java
, jMaki
, Library
Greg Murray has posted his jMaki Extension for Google Gears. He details the steps required to create an extension for jMaki, and then showed an example of mapping the save button for the Dojo Editor and Dojo Inline Edit components which publish to the topic "*onSave". PLAIN TEXT JAVASCRIPT: jmaki.addGlueListener("*onSave", function(args) { Read the rest...
Wednesday, March 14th, 2007
Category: Java
, jMaki
, Library
, PHP
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. The Sun Web Developer Pack helps you to leverage emerging web technologies and techniques to create interactive and dynamic web applications for the enterprise. This toolkit is a Read the rest...
Thursday, February 1st, 2007
Category: Component
, Examples
, Java
, JavaScript
, jMaki
Greg Murray of Sun has put together a sample jMaki widget revolver that you use like this: PLAIN TEXT JAVASCRIPT: window.onload = function() { var wargs = {uuid : 'jmaki-revolver'}; wargs.value = [ {"title" : "jMaki Craigs List Sample", imgSrc : "../images/cl-mashup.jpg", href :"http://ajax.dev.java.net/samples/samples.html#cl-mashup"}, Read the rest...
Friday, May 19th, 2006
Category: Google
, Java
, JavaScript
, jMaki
, Recording
, Toolkit
The Java Posse has been busy at JavaOne and recorded a couple of interviews on the high-profile Java+Ajax toolkits we've mentioned recently. Two Interviews about AJAX. The First is with Brett Taylor of Google about the just-announced red-pill project (also known as the Google Web Toolkit) and the second with Greg Murray of Sun ... Read the rest...
Thursday, May 18th, 2006
Category: Ajax
, Java
, JavaScript
, jMaki
Over the past week, Sun has made two very interesting announcements. First, at our own Ajax Experience event, Sun announced jMaki. Created by Sun's Ajax guru Greg Murray, jMaki (Maki is Japanese for "wrap") provides a simple API for embedding disparate JavaScript widgets into a Java web application. jMaki is all about enabling Java developers Read the rest...