- A rigourous mapping of mathematical structures (Group, Ring, Field, etc.)
- A geographic coordinates module GIS/ISO compliant (with support for conversions between UTM, Lat/Long, XYZ, etc).
- A very useful measures module for exact or approximated measurements (also provides accurate physical constants)
- JScience units/quantities modules are now part of the JSR-275 (Units specification) namespace and should be included with the standard Java library sometimes in the future.
-
JScience 3.0 - Leveraging Java 5.0 Generics (6 messages)
- Posted by: Jean-Marie Dautelle
- Posted on: March 02 2006 00:10 EST
JScience 3.0, a comprehensive Java library for the scientific community, has been released. It is a major upgrade to leverage JDK 1.5 class paramaterization capabilities. Also new in this version:Threaded Messages (6)
- Nice APIs, very OO by Scott Stirling on March 03 2006 10:37 EST
- Documentation by Jean-Marie Dautelle on March 03 2006 18:24 EST
-
Bestseller by Chris Marshall on March 06 2006 09:37 EST
- Bestseller by Aleksandr Kravets on March 06 2006 01:49 EST
- Potential customers are definitively there! by Jean-Marie Dautelle on March 06 2006 05:11 EST
-
Bestseller by Chris Marshall on March 06 2006 09:37 EST
- Documentation by Jean-Marie Dautelle on March 03 2006 18:24 EST
- Great! by Erik Bergersjo on March 06 2006 15:08 EST
-
Nice APIs, very OO[ Go to top ]
- Posted by: Scott Stirling
- Posted on: March 03 2006 10:37 EST
- in response to Jean-Marie Dautelle
I work with RFID and locationing so I was interested to see the coordinate system support. I like the very OO design of all the APIs in JScience. But the Javadoc is pretty light on explanation. I mean, it seems I need a pretty deep background in OpenGIS and maybe some other standards to understand the rationale behind some of the API design. I'd love to ask the author some questions. I would also suggest documenting this stuff a lot more (again, I am concerned personally more with the coordinate system stuff) in order to gain wider adoption if that's your goal.
Thanks,
Scott Stirling
Framingham, MA -
Documentation[ Go to top ]
- Posted by: Jean-Marie Dautelle
- Posted on: March 03 2006 18:24 EST
- in response to Scott Stirling
We started to provide some tutorial/code examples:
http://jscience.org/api/overview-summary.html#TUTORIAL
There are a lot of things to say... I am currently contemplating writing a book ("JScience for Dummy") which would go in depth in explaining the rationale for most of the architectural decisions and would help in properly using the library.
At the same time, we have many more modules to integrate and limited resources. Hence the trade-off between documentation and functionality... -
Bestseller[ Go to top ]
- Posted by: Chris Marshall
- Posted on: March 06 2006 09:37 EST
- in response to Jean-Marie Dautelle
I am currently contemplating writing a book ("JScience for Dummy") which would go in depth in explaining the rationale for most of the architectural decisions and would help in properly using the library.
Judging from the amount of interest JScience has stirred up on these pages, it's sure to fly off the shelves! -
Bestseller[ Go to top ]
- Posted by: Aleksandr Kravets
- Posted on: March 06 2006 13:49 EST
- in response to Chris Marshall
ha-ha (Nelson Muntz's laugh)
Sorry, I couldn't resist. -
Potential customers are definitively there![ Go to top ]
- Posted by: Jean-Marie Dautelle
- Posted on: March 06 2006 17:11 EST
- in response to Chris Marshall
Judging from the amount of interest JScience has stirred up on these pages, it's sure to fly off the shelves!
Sure, I can see there will be a lot of potential customers for a "JScience for Dummy" book ;) -
Great![ Go to top ]
- Posted by: Erik Bergersjo
- Posted on: March 06 2006 15:08 EST
- in response to Jean-Marie Dautelle
Looks great! Java has always been a bit lacking in this area, this will be a welcome addition to my toolbox.