The Apache Shindig team has announced about releasing Apache Shindig v2.0.0. You can this announcement at the following mail: http://mail-archives.apache.org/mod_mbox/shindig-dev/201009.mbox/%3cAANLkTi=s_7tiS2uMAmvawkbqGbpzH+dYvSUG=xGGS1Q8@mail.gmail.com%3e However, the minor upgrade version will be released soon as v2.0.1, because some warnings has been occurred at building of Shindig.
- Posted:
- 10.02.2010
- Category:
- OpenSocial

From “The idea book by Web developer”: My opinions about the registration of mixi using iPhone may be available. BTW, mixi has held the mixi meetup 2010 event at Sep 10th in the Tokyo Prince hotel. Then, mixi president said, “Our platform has been supporting three devices (PCs, feature-phones and smart-phone). This is the first… more
- Posted:
- 09.24.2010
- Category:
- OpenSocial

In this morning, I was talked from foreigner in the front of an adjustment machine at Ueno station. When I looked the screen, I recognized that he couldn’t understand the screen to choice whether output the receipt or not. Foreigner: Excuse me. Me: Hi, what’s happen? Foreigner: Can’t do it… Me: Do you want to… more
- Posted:
- 09.22.2010
- Category:
- Other

Good boy or girl don’t write the folloing code, please. try { … } catch(RuntimeException e) { System.out.println(e.getMessage()); } At least, use Logger.debug(“error”, e), or use e.printStackTrace() as the most low level. Of course, the suitable process against the exception should be written.
- Posted:
- 09.21.2010
- Category:
- Java

I try writing a blog post after a few months. The mixi Check was mainly theme at mixi meetup 2010 event held Sep 10th. There are already many web sites sociality by mixi Check. mixi Check can be used by multi-devices at first of the world. In Japan, people can see most informations by PCs… more
- Posted:
- 09.20.2010
- Category:
- Social web

I was surprised it, if I say so myself… From left, “mixi Developer Center”, “DeNA Developer’s site” and “GREE Developer Center”. It became the big market…
- Posted:
- 05.05.2010
- Category:
- OpenSocial

The feature you want to use in your OpenSocial application (“opensocial”, “minimessage”, etc.) is declared by using Require element or Optional element. Then, the way to specify the version you want to use the feature was vague until now. To specify the version definitely, “Versioned Core Gadget Features” specification is added to OpenSocial specification 1.0…. more
- Posted:
- 02.19.2010
- Category:
- OpenSocial

It was raining last night. And, a entryway of a drinking spot I went yesterday was very slippy. Of course, we enjoyed, but I went to the station hastily, because I had to get a last train for going my home. What was happen? I slipped on the entryway, and my ankle was twisted… Then,… more
- Posted:
- 02.11.2010
- Category:
- Etc

In Java, the package allows you to specify some annotations. To do this, you have to create a package-info.java file to have the package definition only. For example: /** * This package includes … classes. * @author Yoichiro Tanaka */ package jp.eisbahn.foo.bar; The package-info.java file can be compiled. But, in the case above, the file… more
- Posted:
- 01.07.2010
- Category:
- Java

Basically, if you put a plugin and feature jar files into your update-site, you must follow a rule defined by a specification of Eclipse update-site. Its rule is the creating a site.xml file, putting the plugin jar file into a sub directory named “plugins” and putting the feature jar file into a sub directory named… more
- Posted:
- 01.04.2010
- Category:
- Eclipse

I have just released v0.7.0 Candidate 1 of OSDE. This release includes the following features: The configuration to change the port number of Jetty (Issue 104). Latency Reduction Tools – Evaluator for web performance (Issue 127). Latency Reduction Tools – JS Compiler (Issue 180). Manage/clean gadgets on iGoogle (Issue 155). Support the HasApp filter and… more
- Posted:
- 01.03.2010
- Category:
- OpenSocial

“Social Web in 2010″ has been published. Social Web in 2010 (Sequel) (sorry, Japanese only) http://gihyo.jp/dev/column/newyear/2010/socialweb-prospect-02 I have mentioned about Ad and some standard specifications in this article.
- Posted:
- 01.02.2010
- Category:
- OpenSocial

Happy new year! And thank you for your continued help! So, I thought about how does Social Web of this year grow up. The article has already been published on gihyo.jp, and I would like you to read it. Social Web 2010 (First) – Sorry, Japanese only. http://gihyo.jp/dev/column/newyear/2010/socialweb-prospect-01 The second section will be published at… more
- Posted:
- 01.01.2010
- Category:
- OpenSocial

There are only a few hours left this year. There was some movement for me when looking back on this year. As especially big things, they were “Job change”, “Book publication” and “Development of OSDE”. The most big thing in them was my job change. I could not think of joining to the famous SNS… more
- Posted:
- 12.31.2009
- Category:
- Other

I went to Mt. Tanbara resort for the first skiing at this season with my wife yesterday. The condition of the snow was very solid and allowed us to ski easily. Also, it was fine weather yesterday. I was anxiety whether I can ski well, because last season I never went skiing. But, a new… more
- Posted:
- 12.30.2009
- Category:
- Ski

OSDE version 0.5.0 stable just has been released! You can update your OSDE easily by our update-site of OSDE: http://opensocial-development-environment.googlecode.com/svn/update-site/site.xml This version allows you to preview and publish your gadget on iGoogle. This function was developed by Albert and a few members in Taipei. Congrats and thank you for your helping and developing! If you… more
- Posted:
- 12.18.2009
- Category:
- OpenSocial

Do you know the meaning of ‘Hibernate’? Yes, its meaning is to sleep during winter. So do you know what task does Hibernate written by Java have? Yes, Hibernate stores any information to your database permanently “during winter”. Of course, all information stored to your database will escape to outside, if spring come! … just… more
- Posted:
- 12.16.2009
- Category:
- Other

Do you know C-C-B? If you are Japanese, you should know that C-C-B is a famous band team in Japan and a hair color of the leader is colerful. Well, do you know what does C-C-B stand for? Yes, it stands for “Coconut Boys”. Please see: http://ja.wikipedia.org/wiki/C-C-B
- Posted:
- 12.12.2009
- Category:
- Other

In this blog, English entry post has been supported last week. If you speak English, you will be able to read my post. Of course, my English is very poor. Feel free to let me know the mistake, if you find it. As an aside, this multilingual support has been gotten using qTranslate plug-in. Thanks!
- Posted:
- 12.07.2009
- Category:
- Other

In mixi platform, life-cycle event which most developers want has been provided. [About life-cycle event - mixi Developer Center] (Japanese only) http://developer.mixi.co.jp/appli/pc/lets_enjoy_making_mixiapp/lifecycle_event If a mixi user install or un-install some application, the thing will be notified to an external server which the developer has. The life-cycle event was implemented on Hi5, and it was taken… more
- Posted:
- 12.03.2009
- Category:
- OpenSocial

« Next | Previous »