|
|
||
Michael Nascimento Santos's BlogMarch 2005 ArchivesFirst draft for Common Annotations is outPosted by mister__m on March 28, 2005 at 12:45 PM | Permalink | Comments (5)The first early draft for JSR-250, Common Annotations for the Java Platform, has been published. There are less than 10 annotations specified in this version, most of them related to security. Although many other annotations will probably be added for the next versions, as part of the expert group I would like to request your feedback. Download the early draft and send us your comments. The best time to change a spec is at its early stages. Don't miss this opportunity. UPDATE: please send your feedback to jsr-250-comments@jcp.org instead of posting a comment to this entry. Thanks! A tricky issue with java.awt.FontPosted by mister__m on March 21, 2005 at 11:40 AM | Permalink | Comments (30)If your code or code you use relies on loading fonts by name, you may face severe limitations when trying to use your application in a different environment than the one you performed your tests. Although many of us are aware of the fact specific fonts may not be installed on a machine, trying to work around this problem may prove to be more difficult as it seems at first. Most code that loads fonts by name use either the The So, how to solve this problem? If you wrote the code or can modify its source, you simply need to rewrite the parts that load a font by name so that they delegate to a method that looks up the instance in a "registry", such as a The long term fix for this issue would be to add a The JCP EC (and the community) did the right thing: JDO 2.0 approvedPosted by mister__m on March 01, 2005 at 06:45 AM | Permalink | Comments (0)I have to say I'm really happy. As I woke up today, and visited the results for the Reconsideration Ballot of JSR 243, I was glad to read that most vendors - except for JBoss, who was against it but seemed not to be bold enough to vote No, Oracle and IBM, who all abstained, and Apple, that hasn't voted - voted yes this time.What is really interesting about it is this vote is not only the result of all efforts made by the JSR 243 EG - which certainly made a difference -, but also is due to the "noise" made by the community. Many people said they had previous investments on JDO, couldn't wait for a spec (JSR 220, EJB 3.0) that wouldn't be available for a long time, wouldn't trust the JCP itself if it rejected a spec that complied to its original request etc., and it seems these claims had a positive effect on the decision after all. So, what is the point of this entry? Make noise! :-) Express your concerns about JSRs and the evolution of the platform, join the JCP, nominate yourself as an expert to JSRs you are interested in, do something! It does matter. | ||
|
|