|
From: <be...@us...> - 2006-08-20 17:16:46
|
Revision: 23 Author: benoitx Date: 2006-08-20 10:16:26 -0700 (Sun, 20 Aug 2006) ViewCVS: http://svn.sourceforge.net/objectlabkit/?rev=23&view=rev Log Message: ----------- little checking to test the list. Modified Paths: -------------- trunk/src/site/index.xml Added Paths: ----------- trunk/src/site/navigation.xml Modified: trunk/src/site/index.xml =================================================================== --- trunk/src/site/index.xml 2006-08-20 17:00:59 UTC (rev 22) +++ trunk/src/site/index.xml 2006-08-20 17:16:26 UTC (rev 23) @@ -70,8 +70,8 @@ DateCalculator cal = DefaultDateCalculatorFactory.getDefaultInstance().getDateCalculator("UK", HolidayHandlerType.FORWARD); cal.setStartDate(new LocalDate("2006-08-28)); - // the startDate stays 28 Aug 06 BUT the currentDate has moved, according - // to Forward handler to 29 Aug 2006. + // the startDate stays 28 Aug 06 BUT the currentDate has moved, + // according to Forward handler to 29 Aug 2006. cal.getStartDate(); // 28 Aug 06 cal.getCurrentDate(); // 29 Aug 06 </pre> Added: trunk/src/site/navigation.xml =================================================================== --- trunk/src/site/navigation.xml (rev 0) +++ trunk/src/site/navigation.xml 2006-08-20 17:16:26 UTC (rev 23) @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<project name="QALab"> + <title>ObjectLab Kit</title> + <body> + <links> + <item name="Kit Project Page on SourceForge.net" + href="http://sourceforge.net/projects/objectlabkit" /> + </links> + + <menu name="Kit"> + <item name="DateCalc Common" href="multiproject/datecalc-common/index.html"/> + <item name="DateCalc JDK" href="multiproject/datecalc-jdk/index.html"/> + <item name="DateCalc JODA" href="multiproject/datecalc-joda/index.html"/> + </menu> +<!-- + <menu name="Related Projects"> + <item name="CheckStyle" href="http://checkstyle.sourceforge.net/" /> + <item name="PMD" href="http://pmd.sourceforge.net/" /> + <item name="FindBugs" href="http://findbugs.sourceforge.net/" /> + <item name="Cobertura" href="http://cobertura.sourceforge.net/" /> + <item name="Simian" href="http://www.redhillconsulting.com.au/products/simian/" /> + <item name="Hosted by SourceForge" href="http://sourceforge.net/projects/qalab" + img="http://sourceforge.net/sflogo.php?group_id=140880&type=1"/> + </menu> + --> + </body> +</project> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
|
From: <be...@us...> - 2006-08-24 13:49:14
|
Revision: 47 Author: benoitx Date: 2006-08-24 06:49:09 -0700 (Thu, 24 Aug 2006) ViewCVS: http://svn.sourceforge.net/objectlabkit/?rev=47&view=rev Log Message: ----------- Put Google Analytics on most pages. Modified Paths: -------------- trunk/src/site/index.xml trunk/src/site/navigation.xml Modified: trunk/src/site/index.xml =================================================================== --- trunk/src/site/index.xml 2006-08-24 13:48:39 UTC (rev 46) +++ trunk/src/site/index.xml 2006-08-24 13:49:09 UTC (rev 47) @@ -81,12 +81,5 @@ </section> -<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> -</script> -<script type="text/javascript"> -_uacct = "UA-615747-1"; -urchinTracker(); -</script> - </body> </document> \ No newline at end of file Modified: trunk/src/site/navigation.xml =================================================================== --- trunk/src/site/navigation.xml 2006-08-24 13:48:39 UTC (rev 46) +++ trunk/src/site/navigation.xml 2006-08-24 13:49:09 UTC (rev 47) @@ -24,5 +24,15 @@ img="http://sourceforge.net/sflogo.php?group_id=140880&type=1"/> </menu> --> + + <footer> +<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> +</script> +<script type="text/javascript"> +_uacct = "UA-615747-1"; +urchinTracker(); +</script> + + </footer> </body> </project> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
|
From: <be...@us...> - 2006-09-05 15:05:29
|
Revision: 110
http://svn.sourceforge.net/objectlabkit/?rev=110&view=rev
Author: benoitx
Date: 2006-09-05 08:05:17 -0700 (Tue, 05 Sep 2006)
Log Message:
-----------
Improve doc with some diagrams for holiday handler algorithms.
Modified Paths:
--------------
trunk/src/site/index.xml
trunk/src/site/navigation.xml
Added Paths:
-----------
trunk/src/site/backward.png
trunk/src/site/calendar.vsd
trunk/src/site/forward.png
trunk/src/site/modif-following.png
trunk/src/site/modif-preceeding.png
Added: trunk/src/site/backward.png
===================================================================
(Binary files differ)
Property changes on: trunk/src/site/backward.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/src/site/calendar.vsd
===================================================================
(Binary files differ)
Property changes on: trunk/src/site/calendar.vsd
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/src/site/forward.png
===================================================================
(Binary files differ)
Property changes on: trunk/src/site/forward.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: trunk/src/site/index.xml
===================================================================
--- trunk/src/site/index.xml 2006-09-05 11:16:39 UTC (rev 109)
+++ trunk/src/site/index.xml 2006-09-05 15:05:17 UTC (rev 110)
@@ -48,6 +48,7 @@
<li><strong>Modified Preceeding</strong>, if the date is a non-working day, move backward to the previous working day,
UNLESS it crosses over a new month, in which case we revert to find the next working day of the current month.</li>
</ol>
+ <p>See this page for some <a href="algo.html">examples</a>.</p>
</subsection>
<subsection name="Main interfaces">
Added: trunk/src/site/modif-following.png
===================================================================
(Binary files differ)
Property changes on: trunk/src/site/modif-following.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/src/site/modif-preceeding.png
===================================================================
(Binary files differ)
Property changes on: trunk/src/site/modif-preceeding.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: trunk/src/site/navigation.xml
===================================================================
--- trunk/src/site/navigation.xml 2006-09-05 11:16:39 UTC (rev 109)
+++ trunk/src/site/navigation.xml 2006-09-05 15:05:17 UTC (rev 110)
@@ -12,6 +12,7 @@
<item name="DateCalc Common" href="multiproject/datecalc-common/index.html"/>
<item name="DateCalc JDK" href="multiproject/datecalc-jdk/index.html"/>
<item name="DateCalc JODA" href="multiproject/datecalc-joda/index.html"/>
+ <item name="Holiday Handler" href="algo.html"/>
</menu>
<!--
<menu name="Related Projects">
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <be...@us...> - 2006-09-12 11:28:48
|
Revision: 163
http://svn.sourceforge.net/objectlabkit/?rev=163&view=rev
Author: benoitx
Date: 2006-09-12 04:28:37 -0700 (Tue, 12 Sep 2006)
Log Message:
-----------
Improved documentation for Tenor Handling!
Modified Paths:
--------------
trunk/src/site/tenor.xml
Added Paths:
-----------
trunk/src/site/1d.png
trunk/src/site/1m.png
trunk/src/site/1w.png
trunk/src/site/1y.png
trunk/src/site/2d.png
trunk/src/site/spot.png
Added: trunk/src/site/1d.png
===================================================================
(Binary files differ)
Property changes on: trunk/src/site/1d.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/src/site/1m.png
===================================================================
(Binary files differ)
Property changes on: trunk/src/site/1m.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/src/site/1w.png
===================================================================
(Binary files differ)
Property changes on: trunk/src/site/1w.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/src/site/1y.png
===================================================================
(Binary files differ)
Property changes on: trunk/src/site/1y.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/src/site/2d.png
===================================================================
(Binary files differ)
Property changes on: trunk/src/site/2d.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/src/site/spot.png
===================================================================
(Binary files differ)
Property changes on: trunk/src/site/spot.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: trunk/src/site/tenor.xml
===================================================================
--- trunk/src/site/tenor.xml 2006-09-12 10:32:07 UTC (rev 162)
+++ trunk/src/site/tenor.xml 2006-09-12 11:28:37 UTC (rev 163)
@@ -11,8 +11,40 @@
<section name="Tenor Handling">
<subsection name="Spot">
+ <p>Example that shows the calculation of a Spot date with 2 different spotLags. SpotLag is typically 2 days but this may
+ vary by market and/or currencies.</p>
+ <img src="spot.png"/>
</subsection>
+ <subsection name="1D - 1 Day">
+ <p>Example of a 1D calculation, first of all it calculates the Spot Day (spotLag=2) and then adds 1 day to it</p>
+ <img src="1d.png"/>
+ </subsection>
+
+ <subsection name="2D - 2 Day">
+ <p>Example of a 2D calculation, first of all it calculates the Spot Day (spotLag=2) and then adds 2 days to it and it must
+ roll forward as the calculated date falls on a weekend.</p>
+ <img src="2d.png"/>
+ </subsection>
+
+ <subsection name="1W - 1 Week">
+ <p>Example of a 1W calculation, first of all it calculates the Spot Day (spotLag=2) and then adds 1 week to it and it must
+ roll forward as the calculated date falls on a holiday.</p>
+ <img src="1w.png"/>
+ </subsection>
+
+ <subsection name="1M - 1 Month">
+ <p>Example of a 1M calculation, first of all it calculates the Spot Day (spotLag=2) and then adds 1 month to it.
+ Notice that it falls on the last day of the month too.</p>
+ <img src="1m.png"/>
+ </subsection>
+
+ <subsection name="1Y - 1 Year">
+ <p>Example of a 1Y calculation, first of all it calculates the Spot Day (spotLag=2) and then adds 1 year to it.
+ Notice that it falls on a weekend and hence is moved forward (if HandlerHolidayType is 'forward').</p>
+ <img src="1y.png"/>
+ </subsection>
+
</section>
</body>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <be...@us...> - 2006-09-12 15:43:21
|
Revision: 169
http://svn.sourceforge.net/objectlabkit/?rev=169&view=rev
Author: benoitx
Date: 2006-09-12 08:43:15 -0700 (Tue, 12 Sep 2006)
Log Message:
-----------
add some keywords and meta data for website.
Modified Paths:
--------------
trunk/src/site/algo.xml
trunk/src/site/index.xml
trunk/src/site/tenor.xml
Modified: trunk/src/site/algo.xml
===================================================================
--- trunk/src/site/algo.xml 2006-09-12 15:13:39 UTC (rev 168)
+++ trunk/src/site/algo.xml 2006-09-12 15:43:15 UTC (rev 169)
@@ -4,7 +4,19 @@
<title>ObjectLab Kit - Holiday Handler Algorithms</title>
</properties>
<head>
+ <meta name="description"
+ content="ObjectLab Kit offers free and open source Date calculators, released under the business-friendly Apache 2.0 license."
+ />
+ <meta name="keywords"
+ content="Date calculator, IMM Dates, Period Calculator, Financial Calendar, Business Calendar, java, open source" />
+ <meta name="Subject" content="Date Calculators" />
+ <meta name="Copyright" content="ObjectLab Financial Ltd" />
+ <meta name="Language" content="English" />
+ <meta name="Designer" content="ObjectLab Financial Ltd" />
+ <meta name="Distribution" content="Global" />
+ <meta name="robots" content="ALL"/>
+ <meta name="Revisit-After" content="20 Days" />
</head>
<body>
<!-- The body of the document contains a number of sections -->
Modified: trunk/src/site/index.xml
===================================================================
--- trunk/src/site/index.xml 2006-09-12 15:13:39 UTC (rev 168)
+++ trunk/src/site/index.xml 2006-09-12 15:43:15 UTC (rev 169)
@@ -4,7 +4,19 @@
<title>ObjectLab Kit - Introduction</title>
</properties>
<head>
+ <meta name="description"
+ content="ObjectLab Kit offers free and open source Date calculators, released under the business-friendly Apache 2.0 license."
+ />
+ <meta name="keywords"
+ content="Date calculator, IMM Dates, Period Calculator, Financial Calendar, Business Calendar, java, open source" />
+ <meta name="Subject" content="Date Calculators" />
+ <meta name="Copyright" content="ObjectLab Financial Ltd" />
+ <meta name="Language" content="English" />
+ <meta name="Designer" content="ObjectLab Financial Ltd" />
+ <meta name="Distribution" content="Global" />
+ <meta name="robots" content="ALL"/>
+ <meta name="Revisit-After" content="20 Days" />
</head>
<body>
<!-- The body of the document contains a number of sections -->
Modified: trunk/src/site/tenor.xml
===================================================================
--- trunk/src/site/tenor.xml 2006-09-12 15:13:39 UTC (rev 168)
+++ trunk/src/site/tenor.xml 2006-09-12 15:43:15 UTC (rev 169)
@@ -4,7 +4,19 @@
<title>ObjectLab Kit - Tenor Handling</title>
</properties>
<head>
+ <meta name="description"
+ content="ObjectLab Kit offers free and open source Date calculators, released under the business-friendly Apache 2.0 license."
+ />
+ <meta name="keywords"
+ content="Date calculator, IMM Dates, Period Calculator, Financial Calendar, Business Calendar, java, open source" />
+ <meta name="Subject" content="Date Calculators" />
+ <meta name="Copyright" content="ObjectLab Financial Ltd" />
+ <meta name="Language" content="English" />
+ <meta name="Designer" content="ObjectLab Financial Ltd" />
+ <meta name="Distribution" content="Global" />
+ <meta name="robots" content="ALL"/>
+ <meta name="Revisit-After" content="20 Days" />
</head>
<body>
<!-- The body of the document contains a number of sections -->
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <be...@us...> - 2006-10-11 23:12:29
|
Revision: 204
http://svn.sourceforge.net/objectlabkit/?rev=204&view=rev
Author: benoitx
Date: 2006-10-11 16:11:16 -0700 (Wed, 11 Oct 2006)
Log Message:
-----------
Add the press coverage
Added Paths:
-----------
trunk/src/site/press/
trunk/src/site/press/homepage-javalobby.pdf
trunk/src/site/press/homepage-javalobby.png
trunk/src/site/press/homepage-javalobby2.png
trunk/src/site/press/homepage-javarss.pdf
trunk/src/site/press/homepage-javarss.png
trunk/src/site/press/homepage-theserverside.pdf
trunk/src/site/press/homepage-theserverside.png
trunk/src/site/press/index.xml
trunk/src/site/press/javalobby-forum.png
trunk/src/site/press/javalobby-press-release.PNG
trunk/src/site/press/press-release-1.0.1.txt
Added: trunk/src/site/press/homepage-javalobby.pdf
===================================================================
(Binary files differ)
Property changes on: trunk/src/site/press/homepage-javalobby.pdf
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/src/site/press/homepage-javalobby.png
===================================================================
(Binary files differ)
Property changes on: trunk/src/site/press/homepage-javalobby.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/src/site/press/homepage-javalobby2.png
===================================================================
(Binary files differ)
Property changes on: trunk/src/site/press/homepage-javalobby2.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/src/site/press/homepage-javarss.pdf
===================================================================
(Binary files differ)
Property changes on: trunk/src/site/press/homepage-javarss.pdf
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/src/site/press/homepage-javarss.png
===================================================================
(Binary files differ)
Property changes on: trunk/src/site/press/homepage-javarss.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/src/site/press/homepage-theserverside.pdf
===================================================================
(Binary files differ)
Property changes on: trunk/src/site/press/homepage-theserverside.pdf
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/src/site/press/homepage-theserverside.png
===================================================================
(Binary files differ)
Property changes on: trunk/src/site/press/homepage-theserverside.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/src/site/press/index.xml
===================================================================
--- trunk/src/site/press/index.xml (rev 0)
+++ trunk/src/site/press/index.xml 2006-10-11 23:11:16 UTC (rev 204)
@@ -0,0 +1,56 @@
+<document>
+ <properties>
+ <author email="Ki...@ob...">Benoit Xhenseval</author>
+ <title>On the web...</title>
+ </properties>
+ <head>
+ <meta name="description"
+ content="Mentions of the ObjectLab Kit."
+ />
+
+ <meta name="keywords"
+ content="Date calculator, IMM Dates, Period Calculator, Financial Calendar, Business Calendar, java, open source" />
+ <meta name="Subject" content="Date Calculators" />
+ <meta name="Copyright" content="ObjectLab Financial Ltd" />
+ <meta name="Language" content="English" />
+ <meta name="Designer" content="ObjectLab Financial Ltd" />
+ <meta name="Distribution" content="Global" />
+ <meta name="robots" content="ALL"/>
+ <meta name="Revisit-After" content="20 Days" />
+ </head>
+ <body>
+ <!-- The body of the document contains a number of sections -->
+ <section name="Initial release 1.0.1. Oct 2006">
+
+ <subsection name="On the web">
+ <ul>
+ <li><a href="press-release-1.0.1.txt">Original 'press' release</a></li>
+ </ul>
+ </subsection>
+
+ <subsection name="JavaLobby">
+ <ul>
+ <li><a href="http://www.javalobby.org/java/forums/t82598.html">JavaLobby.org notice</a></li>
+ <li><a href="homepage-javalobby2.png">JavaLobby.org homepage image</a></li>
+ <li><a href="homepage-javalobby.pdf">JavaLobby.org homepage PDF</a></li>
+ </ul>
+ </subsection>
+
+ <subsection name="The Server Side">
+ <ul>
+ <li><a href="http://www.theserverside.com/news/thread.tss?thread_id=42572">TheServerSide.com notice</a></li>
+ <li><a href="homepage-theserverside.png">TheServerSide.com homepage image</a></li>
+ <li><a href="homepage-theserverside.pdf">TheServerSide.com homepage PDF</a></li>
+ </ul>
+ </subsection>
+
+ <subsection name="JavaRSS.com">
+ <ul>
+ <li><a href="homepage-javarss.png">JavaRSS.com homepage image</a></li>
+ <li><a href="homepage-javarss.pdf">JavaRSS.com homepage PDF</a></li>
+ </ul>
+ </subsection>
+ </section>
+
+ </body>
+</document>
\ No newline at end of file
Added: trunk/src/site/press/javalobby-forum.png
===================================================================
(Binary files differ)
Property changes on: trunk/src/site/press/javalobby-forum.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/src/site/press/javalobby-press-release.PNG
===================================================================
(Binary files differ)
Property changes on: trunk/src/site/press/javalobby-press-release.PNG
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/src/site/press/press-release-1.0.1.txt
===================================================================
--- trunk/src/site/press/press-release-1.0.1.txt (rev 0)
+++ trunk/src/site/press/press-release-1.0.1.txt 2006-10-11 23:11:16 UTC (rev 204)
@@ -0,0 +1,59 @@
+ObjectLab is pleased to announce release 1.0.1 of Objectlab Kit for Java 1.5
+
+http://objectlabkit.sourceforge.net
+
+The ObjectLab Kit is released under the business friendly Apache License v2.0.
+
+It is available immediately for download via SourceForge or the Maven Central
+Repository (both Maven 1 and Maven 2). The homepage has some very
+quick examples.
+
+The Kit provides Date Calculators and comes in two flavours:
+- one based on pure JDK (1.5)
+- one based on the Joda-time library (1.3+, jdk 1.5)
+
+This library is now live in a major UK & international Bank (in their Credit
+Derivatives department). The library is small, lightweight and thread-safe.
+
+The DateCalculator implementation is useful to any business; the other two
+interfaces are more specific to the financial industry.
+
+The most common function of a lot of banking or business applications is the
+handling of holidays and weekends, a set of standard rules are implemented to
+deal with days falling on a holiday. The library does not attempt to guess
+the 'holidays', most business will have an official list anyway, but
+concentrate on the date manipulation and calculations.
+
+What does it provide? Implementation of 3 interfaces
+- DateCalculator for all date calculation and handling of weekends or holidays.
+The supported algorithms are: Do Nothing, Move Forward, Move Backward,
+Modified Following and Modified Preceeding. The Calculators are immutable
+once created but they can be easily composed to take into account multiple
+sets of holidays. The library also supports the calculation of generic tenor
+dates (Spot, 1D, 1W, 2M, 3Y, etc)
+
+- PeriodCountCalculator for calculating differences between two dates in days,
+months or years according to some financial algorithms: ACT/360, ACT/365,
+ACT/ACT, CONV/30-360, CONV/30-365_ISDA, CONV/30-360_ISMA
+
+- IMMDateCalculator, to calculate the International Money Market dates
+(IMM Dates are 3rd Wednesday of March/June/Sept/Dec)
+
+This kit is one of the first steps in pushing the Open Source movement up
+"the stack" towards business functionalities in the financial industry.
+
+ObjectLab is not new to the open-source community having used numerous OS
+projects, participated in a few and sponsoring QALab
+(http://qalab.sourceforge.net), a tool that keeps track over-time of the
+static analysis results from FindBugs, Checkstyle, PMD, Cobertura etc.
+
+We would like to thanks our friends and colleagues at XXXX for their help,
+reviews and suggestions.
+
+Sorry for the long email...
+
+Feel free to pass on to people who may be interested.
+
+Enjoy!!
+
+Benoit Xhenseval and Marcin Jekot
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <be...@us...> - 2006-10-12 09:46:35
|
Revision: 207
http://svn.sourceforge.net/objectlabkit/?rev=207&view=rev
Author: benoitx
Date: 2006-10-12 02:46:29 -0700 (Thu, 12 Oct 2006)
Log Message:
-----------
Add Digg to 2 pages.
Modified Paths:
--------------
trunk/src/site/index.xml
trunk/src/site/press/index.xml
Modified: trunk/src/site/index.xml
===================================================================
--- trunk/src/site/index.xml 2006-10-11 23:37:44 UTC (rev 206)
+++ trunk/src/site/index.xml 2006-10-12 09:46:29 UTC (rev 207)
@@ -25,7 +25,9 @@
<p>ObjectLab Kit came out of our frustration to have to re-do the same kind of code over and over each time we
joined a new company and Bank. Most banks will require basic Date calculation, we did spot another open source
project for this but their licence forbids most financial institution from using it. This one is released under
- the business-friendly Apache 2.0 license.</p>
+ the business-friendly Apache 2.0 license. <a href="http://digg.com/submit?phase=2&url=objectlabkit.sourceforge.net&title=ObjectLab%20Kit%3A%20Open%20Source%20Date%20Calculators%20for%20Business%20and%20Finance&bodytext=ObjectLab%20released%20version%201%2E0%2E1%20of%20ObjectLab%20Kit%20for%20Java%201%2E5,%20available%20for%20download%20via%20SourceForge%20or%20the%20Maven%20Central%20Repository%2E%20The%20Kit%20provides%20a%20Date%20Calculator%20that%20handle%20holidays,%20a%20IMM%20Date%20and%20Period%20Count%20Calculator%20and%20comes%20in%20two%20versions%3A%20one%20based%20on%20pure%20JDK%20(1%2E5)%20and%20one%20based%20on%20the%20Joda-time%20library%20(1%2E3%2B,%20JDK%201%2E5)%2E&topic=programming">
+ <img src="http://digg.com/img/badges/91x17-digg-button.png" width="91" height="17" alt="Digg!" style="vertical-align:middle" /></a></p>
+
<subsection name="So, what is on offer?">
<p>The initial release provides 2 implementations for <strong>Date calculations</strong>, both depend on the classes in datecalc-common. So,
Modified: trunk/src/site/press/index.xml
===================================================================
--- trunk/src/site/press/index.xml 2006-10-11 23:37:44 UTC (rev 206)
+++ trunk/src/site/press/index.xml 2006-10-12 09:46:29 UTC (rev 207)
@@ -22,6 +22,11 @@
<!-- The body of the document contains a number of sections -->
<section name="Initial release 1.0.1. Oct 2006">
+ <p>
+ <a href="http://digg.com/submit?phase=2&url=objectlabkit.sourceforge.net&title=ObjectLab%20Kit%3A%20Open%20Source%20Date%20Calculators%20for%20Business%20and%20Finance&bodytext=ObjectLab%20released%20version%201%2E0%2E1%20of%20ObjectLab%20Kit%20for%20Java%201%2E5,%20available%20for%20download%20via%20SourceForge%20or%20the%20Maven%20Central%20Repository%2E%20The%20Kit%20provides%20a%20Date%20Calculator%20that%20handle%20holidays,%20a%20IMM%20Date%20and%20Period%20Count%20Calculator%20and%20comes%20in%20two%20versions%3A%20one%20based%20on%20pure%20JDK%20(1%2E5)%20and%20one%20based%20on%20the%20Joda-time%20library%20(1%2E3%2B,%20JDK%201%2E5)%2E&topic=programming">
+ <img style="vertical-align:middle" src="http://digg.com/img/badges/91x17-digg-button.png" width="91" height="17" alt="Digg!" /></a>
+ </p>
+
<subsection name="On the web">
<ul>
<li><a href="press-release-1.0.1.txt">Original 'press' release</a></li>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <be...@us...> - 2007-01-04 14:34:45
|
Revision: 233
http://svn.sourceforge.net/objectlabkit/?rev=233&view=rev
Author: benoitx
Date: 2007-01-04 06:34:42 -0800 (Thu, 04 Jan 2007)
Log Message:
-----------
Good idea to keep a copy of this around...
Added Paths:
-----------
trunk/src/site/ref/
trunk/src/site/ref/DayCountAndAccrualCalc.pdf
Added: trunk/src/site/ref/DayCountAndAccrualCalc.pdf
===================================================================
(Binary files differ)
Property changes on: trunk/src/site/ref/DayCountAndAccrualCalc.pdf
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|