| By Jason Bell | Article Rating: |
|
| May 1, 2003 12:00 AM EDT | Reads: |
19,091 |
Whether you like it or not, you're part of the Java community. Just by reading this publication you're declaring that you're a part of the Java way of life, maybe not by choice but you're still here. We have a network of developers all programming in the same language; there are many aspects to this language, but they all share a common thread. Fun, isn't it?
One of my little side projects is occasionally contributing to the FOAF community. FOAF (Friend-of-a-Friend) is RDF-based metadata regarding who you know and what you know about them. It builds into a handy RDF/XML-based file you can keep on your server, thus allowing people to read it and the FOAF files of the other users. The project is in beta at the moment, but it's used by some professionals to hold the public data they need about themselves and about others. Once you interact with several thousand other users with FOAF files, you have a content-rich social network.
This gives rise to some interesting developments - I'm looking at it from a skills-level point of view; I'm interested in my group of people having a skill set. From there, if I wanted to put a project together, on SourceForge for example, then I could query my FOAF file to find out which people had the skills I was looking for. A basic set might look like this:
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:sk="http://example.com/skills"
xmlns:foaf="http://xmlns.com/foaf/0.1/">
<foaf:Person>
<sk:Discipline rdf:parseType="Resource">
<sk:description>SoftwareDev</sk:description>
<sk:skill>Java J2SE</sk:skill>
<sk:skill>Ant</sk:skill>
<sk:skill>Lucene</sk:skill>
<sk:skill>Jena API</sk:skill>
</sk:Discipline>
</foaf:Person>
</rdf:RDF>
Part of the fun I'm having with all this is getting to grips with query language, which is SQL-like. For Java there's the Jena API, which is designed for manipulating RDF and also has a query language (RDFQL) built in. Developing the implementation to put a team together to do software development is slow but it certainly is fun. As with many of these things, time is the deciding factor.
Another aspect I'm looking at is a catalog of code from each developer. If Fred has some open source code to iterate through IMAP folders in JavaMail, that information could be stored as metadata so I can query it and have a look at that code myself. Why go to all the bother of using Google when the metadata about the data is already close at hand? And more to the point - from someone you know, therefore there's a level of trust between developers.
However, it does require proactive developers who can grab the bull by the horns and produce some killer applications using RDF. It's an interesting challenge. Tim Berners-Lee mapped out the future of the Web as being resource based and named it the "Semantic Web." Read the RDF Primer (link below) and see what you think.
Are You an Open Source Developer?
Do you have projects that are hosted on sites such as SourceForge or freshmeat.net? If so I want to hear from you! JDJ is continuing with its Spotlight on Open Source column that focuses on Java open source projects. The only real requirement is that your project is on a repository so people can freely access code and, if they wish, join your development team. All I ask is that you first draft a small proposal on the JDJ Web site (http://grids.sys-con.com/proposal), then we'll get the ball rolling.
Resources
Published May 1, 2003 Reads 19,091
Copyright © 2003 SYS-CON Media, Inc. — All Rights Reserved.
Syndicated stories and blog feeds, all rights reserved by the author.
More Stories By Jason Bell
Jason Bell is founder of Aerleasing, a B2B auction site for the airline industry. He has been involved in numerous business intelligence companies and start ups and is based in Northern Ireland. Jason can be contacted at jasonbell@sys-con.com.
![]() |
ashkan 05/13/03 03:39:00 PM EDT | |||
hi |
||||
- Kindle 2 vs Nook
- Why IBM’s Server Chief Got Busted
- Is Cloud Computing Like Teenage Sex?
- Industry Experts Discuss the State of Cloud Computing
- Performance Tuning Essentials for Java
- Confessions of a Ulitzer Addict
- Tactical Cloud Computing Panel at 1st Annual GovIT Expo
- It's the Java vs. C++ Shootout Revisited!
- Cloud Computing Can Revitalize Your Career as Software Developer
- IBM Could "Reinvent" Java: Mills
- Oracle & Cloud Computing: Exclusive Q&A with SVP Richard Sarwal
- A Brief History of Cloud Computing
- Kindle 2 vs Nook
- Cloud CEOs, CTOs & SVPs to Speak at 4th International Cloud Computing Expo
- Why IBM’s Server Chief Got Busted
- Is Cloud Computing Like Teenage Sex?
- Industry Experts Discuss the State of Cloud Computing
- Performance Tuning Essentials for Java
- The Difference Between Web Hosting and Cloud Computing
- Cloud Computing Expo: Exclusive Q&A with Yahoo! SVP Cloud Computing
- Ajax in RichFaces 3.3, JSF 2 and RichFaces 4
- Confessions of a Ulitzer Addict
- My Thoughts on Ulitzer
- Tactical Cloud Computing Panel at 1st Annual GovIT Expo
- A Cup of AJAX? Nay, Just Regular Java Please
- Java Developer's Journal Exclusive: 2006 "JDJ Editors' Choice" Awards
- The i-Technology Right Stuff
- JavaServer Faces (JSF) vs Struts
- Rich Internet Applications with Adobe Flex 2 and Java
- Java vs C++ "Shootout" Revisited
- Bean-Managed Persistence Using a Proxy List
- Reporting Made Easy with JasperReports and Hibernate
- Creating a Pet Store Application with JavaServer Faces, Spring, and Hibernate
- What's New in Eclipse?
- Why Do 'Cool Kids' Choose Ruby or PHP to Build Websites Instead of Java?
- i-Technology Predictions for 2007: Where's It All Headed?




































