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
