Blogs
dW Blogs
with Tags:
json
X
X
- Sort by:
- Date ▼
- Title
- Likes/Votes
- Comments
- Visits
Business Records in the 21st Century
Part 2 of our article “Data normalization reconsidered” is now available at
http://www.ibm.com/developerworks/data/library/techarticle/dm-1201normalizationpart2/index.html
The second part discusses alternative to a traditional normalized
relation...
from Blog: The XML Database Blog
|
|
在Notes应用的Java代码中解析JSON Community Blog
作为轻量级的数据交换格式, JSON (JavaScript Object Notation)在现代Web应用中的地位可谓举足轻重。作为机制的一部分,Javascript中直接提供了对JSON的支持;而在Eclipse中,JSON却并非直接可以使用的,我们需要借助一些java库来实现对JSON的操纵(比如 json.org 就提供了这样一些库) 。不过,如果您想要在开发的Notes应用的Java代码中操纵JSON,并不需要第三方的JSON库。从8.5.2版本开始,Notes就内建了一个JSON库,...
from Blog: IBM Notes/Domino 团队博客
|
|
Setting Arbitrary Variables In A REXX Procedure That Persist After It Completes
MartinPacker
Tags:
json
schema
programming
xml
parsing
interpret
rexx
procedure
5 Comments
2,190 Visits
Over the weekend I decided to try my hand at writing a JSON parser in REXX. I developed the technique outlined in this post to enable me to do that. I think it's new. Certainly I've not seen it before.
(I don't want at this point to get into a discussion...
|
|
Foursquare API V2
最近、日本でも多くの人が使っている位置情報を使ったライフログアプリケーションである フォースクエア 。
いつの間にかその API が V2 になっていた ので、久しぶりに使ってみました。 Foursquare API V2 では、認可の仕組みとして OAuth 2.0 が採用されています。というか、認可の仕組みで使えるのは OAuth 2.0 「のみ」のようです。 必然的に HTTP ではなく、HTTPS を使う必要が出てきます。まずこの点で注意が必要です。 具体的な機能を提供する各 API...
from Blog: プログラマーですが、何か?(I am a software programmer.)
|
|
JSON e JSONP - Parte 02 Community Blog
No primeiro artigo , falamos do JSON. Neste, abordaremos o JSONP.
JSONP
Vimos que podemos usar JSON
para transportar dados entre servidor e cliente, e que isso pode ser feito com relativa
segurança. Mas e para buscar dados em outros domínios?...
from Blog: iMasters
|
|
JSON e JSONP - Parte 01 Community Blog
Houve uma discussão
interessante no JSMentors.com sobre JSONP e como deixá-lo mais
seguro . Foi uma boa experiência,
principalmente porque me forçou a examinar o assunto com profundidade e
a apresentar uma contraproposta própria.
Começaremos com um...
from Blog: iMasters
|
|
A Simple choice of one language
(Unify the programming language) Having Javascript foisted on you is not a nice way to start a good long term relationship, but that is what the browser has done to us. So after we get over the resentment and bitter lessons such as: be careful with 'new';...
|
|
XML, XSLT and DFSORT, Part Zero - Overview
MartinPacker
Tags:
xsl
icetool
xml
saxon
zaap
unix
dfsort
ziip
java
json
schema
csv
parse
xalan
xslt
ebcdic
z/os
2,692 Visits
In the distant past I've written about using DFSORT to parse XML. This post (and two follow-on posts) will describe
an experiment to make such processing much more robust.
In this post I'll talk about what the problem I'm trying to solve is. And why. And a...
|
|
Ajax and REST Technologies : Dojo, GWT, Restlet and JSON
Background
Lately,
I've been able to work on some of my spare time projects, which
somehow always seems to leads me to Web 2.0 topics. For a new
web application, I looked at technologies that enable me to create a
Web 2.0 UI which communicates with a...
from Blog: Kind of Blog
|
|
This week's developerWorks newsletter intro: Bears and Bulls edition Community Blog
johnswan
Tags:
newsletter
android
introduction
json
intro
developerworks
top
xml
feature
1,815 Visits
This week's developerWorks newsletter intro focuses on our new Android feature, which shows you how to build an app that allows mobile devices to access stock information. Not subscribed? Sign up for your customized newsletter today!
****************...
from Blog: developerWorks enthusiasts
|
|
Create EGL Records from XML or JSON Community Blog
We want to help you be an EGL rockstar and make your own record...an EGL Record that is. When you combine EGL and Web services is sure to be a hit. When using Web services, you have 2 main method choices - SOAP (Simple Object Access Protocol) or REST...
from Blog: EGL Blog
|
|
Spring MVC and AJAX with JSON
This tutorial will walk through how to configure Spring MVC to return a JSON object to client browser.
One of the main decisions to be taken while developing AJAX applications is the format of messages passed by the server to the client browser. There are...
from Blog: Loiane Groner
|
|
Using JAXB annotations for JSON is not a good idea.
A recent trend in JSON serialization/deserialization to and from Java is the use of JAXB annotations . JAXB annotations are used to define how a Java POJO is serialized to and from XML. Because there is no such standard for JSON, projects like Jettison and...
from Blog: Web 2.0, Mobile, and Middleware
|
|
Getting Started with JSON
This post will walk through JSON basic concepts. Level: Basic What is JSON?
JSON (JavaScript Object Notation) is a lightweight data-interchange format, widely hailed as the successor to XML in the browser.
It is easy for humans to read and write.
It...
from Blog: Loiane Groner
|
|
json schema
schema tic © Jussi You-S-See James Clark has a great post on XML and JSON .But I have one point to pick at. "JSON's primitive datatype support is weak." First, the number issue. If you assume JSON datatypes map into JavaScript ones,I believe the...
from Blog: Patrick Mueller
|