• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

other projects chapter - to autor

 
Ranch Hand
Posts: 34
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

The Other Projects chapter looks at DbUtils, Codec, JXPath and Discovery.


what are codec or discovery in this case ?
Links are just fine, i am wondering what it is
thanks,
friso
 
Author
Posts: 45
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Codec is a component that provides implementations for many common encoders and decoders such as Base64, Hex...
Discovery component finds implementations for interfaces.
Have a look at the component sites for more info.
 
Ranch Hand
Posts: 4982
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In fact, there are more and more open source projects nowadays. Do you think some of them maybe *imported* into the upcoming J2SE?
For example, in JDK 1.3, there is no logging in JDK, and log4j is an open project for this purpose, but then, in JDK 1.4, J2SE provides its own logging mechanism. Thus, what potential projects may SUN consider to import into J2SE 1.5 or 1.6?
Nick
 
Ranch Hand
Posts: 8945
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I dont think Sun will incorporate open source API but it may borrow the idea.
 
Ranch Hand
Posts: 162
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks harshad,
i will look it up
reply
    Bookmark Topic Watch Topic
  • New Topic