Uncommented
xml:
RSS 2.0
tags: none 0mq 8bit actors age agile ajax akka amazon ampq analytics android ant aop apache api appengine architecture art assembler atmel atom authentication aws backbone.js backup barcode bash bdd bigtable blog book bpel bpm bpmn bugtracking build cache callcc canvas cassandra cep cg cgi chart chat chili ci client clojure cloud cluster cmdb comet cometd compass complexity couchdb cpp css css3 cvs data database date dbi ddd debian demo design device dht diamond dsl dvd dynamo e4x easyb ec2 eclipse ecs eda email enterprisey equinox erlang esb esd esp etl event eventdriven facebook filesystem finger firefox flash flex flickr font food format fun functional funny game gentoo geotagging gis git google gps grails graph graphics graphs graphviz grid groovy gui gzip hadoop hash haskell hibernate history html html5 http hydrogen icfp im irc jabber java javascript javaspace javaspaces jbpm jca jdbc jersey jetty jfreechart jini jira jms jquery jruby jsf json jta junit jython kawa kiva lamp ldap life lift linux lisp lucene mail map mapreduce mashup maven mda mdm memcache memcached merb messages messaging metadata mobile mongodb mono mp3 mq mule music mysql network news nice nio node node.js nodejs nosql ocaml olap olpc ooffice openid opensource orchestration osgi osx owl p2p pdf people performance perl phone photo php pkd programming pubsub push python rabbitmq raid rails rainbow rdf reddit registry rest rfid rhino ria rspec rss ruby rules s3 saas salesforce sbcl scala scalability schemaless scheme science scrum search security semantic server service services shard shazam shell simpldb simpledb sinatra soa soap socialnetwork software space sparql spring sql ssh stax stm storage stream subversion svg svn swing tag tags task tech telephony terracotta test testing tex time tomcat tool travel tv twitter ubuntu uddi ui uml unix vanilla vf360 video visualization vodafone voip vxml wadl wave web web2.0 web20 webservice websocket wicket wii wiki wikipedia wine work workflow worklist wsdl wsif xform xforms xhtml xml xmpp xp xpath xpdl xquery xsd xslt xul zeromq
05.01.2010
# webfinger - Project Hosting on Google Code ← http://bitworking.org/news/2010/01/webfinger
We're bringing back the finger protocol, but using HTTP this time. | 05.01.2010 09:37 Uhr | finger json
11.05.2009
# InfoQ: Best Practices for RESTful JSON Web Services
Recently Edwin posted an experience-based cookbook on best practices for building JSON-based Web Services. | 11.05.2009 14:44 Uhr | rest json web
30.03.2007
# Enterprise Java Community: Breaking OpenLaszlo loose from XML data
Geert Bevin has written "Breaking OpenLaszlo loose from XML data," an article that shows how you can consume non-XML data formats (such as JSON) in a Laszlo application. OpenLaszlo is a UI library that has many output formats, such as Flash or DHTML. | 30.03.2007 15:55 Uhr | java json
04.02.2007
# Jettison - Home ← http://www.innoq.com/blog/st/2007/02/03/jettison_10beta1.html
Jettison is a collection of StAX parsers and writers which read and write JSON. This allows nearly transparent enablement of JSON based web services in services frameworks like CXF. | 04.02.2007 19:42 Uhr | json stax
12.01.2007
# Java and JSON - O'Reilly ONJava Blog
For one project, I started looking for a library that would enable me easy transformations between Java and JSON data. JSON in Java looks nice, but what I really want is a more automated and configurable library like those we have for XML processing. My first thought was XStream since I like its simple API, extensible architecture, powerful converters and support for annotations. After first check I found that from version 1.2 on there is a partial support for JSON (which was logical thing to expect). So, currently you can serialize your Java objects to JSON format. | 12.01.2007 15:10 Uhr | java json
26.12.2006
# InfoQ: Debate: JSON vs. XML as a data interchange format
26.12.2006 20:35 Uhr | json xml
21.12.2006
# JSON-RPC-Java - Home
JSON-RPC-Java is a dynamic JSON-RPC implementation in Java. It allows you to transparently call server-side Java code from JavaScript with an included lightweight JSON-RPC JavaScript client. It is designed to run in a Servlet container such as Tomcat and can be used with JBoss and other J2EE Application servers to allow calling of plain Java or EJB methods from within a JavaScript DHTML web application. | 21.12.2006 23:14 Uhr | json java
# Why JSON isnò019t just for JavaScript ← http://www.langreiter.com/space/2006-12-21-pointless
The sweet spot for JSON is serializing simple data structures for transfer between programming languages. If you need more complex data structures (maybe with some kind of schema for validation), use XML. If you want to do full blown RPC use SOAP or XML-RPC. If you just want a light-weight format for moving data around, JSON fits the bill admirably. | 21.12.2006 23:10 Uhr | json
02.06.2006
# java.net: Using Dojo and JSON to Build Ajax Applications
In this article, I will show how to build Ajax-enabled applications using Dojo and JSON--two very different but complementary technologies that can significantly enhance the interface and usability of web applications. | 02.06.2006 21:03 Uhr | javascript web json