|
December 2005
[
yingyang
]
04:08, Tuesday, 13 December 2005
The Penrose team is proud to announce the 0.9.8 release. Penrose is virtual directory server. Unlike a traditional directory server, virtual directory does not master the data itself in its own database. Instead a virtual directory will dynamically translate requests it receives to operations in other protocols or data models, such as to a relational database. It comes with Penrose Studio, a GUI-based administration and mapping tool based on eclipse RCP 3.1 platform Highlights include: You can find more information in the release notes.
[
dandiep
]
19:09, Friday, 2 December 2005
The XFire team is proud to announce the 1.0-M6 release! XFire is a next-generation java SOAP framework. XFire makes service oriented development approachable through its easy to use API and support for standards. It is also highly performant since it is built on a low memory StAX based model. This release features many improvements:
Many people are already using XFire today, realizing its performance and ease of use benefits. Why not try it and see for yourself?
[
benyu
]
23:33, Thursday, 1 December 2005
Jparsec is a higher order parser combinator framework written in Java. It is not a parser generator like YACC or ANTLR. No extra grammar file is required. Grammar is written in native Java language, which also means you can utilize all the utilities in the Java community to get your parser fancy. JParsec is best in senarios where a dynamic grammar or a context sensitive grammar is needed.
* operator precendence grammar. JParsec can be downloaded at: |