|
ReleaseNotes
Initial Notes on Pesta
IntroductionNotes on initial release of pesta and differences between Shindig DetailsPesta is based on revision 698050 of the Java implementation of Shindig. Pesta is based on .NET Framework 3.5 and is implemented using C#. Support for .NET Framework 2.0 should be possible with some minor changes to the code. The initial release includes class libraries from the IKVM project (www.ikvm.net). This is due to external jar files that were used by Shindig especially those from com.google that have/could not be ported due to time constraints or lack of source code. Due to these dependencies, shindig.dll contains some necessary java classes to support these external libraries. In the future, this should disappear. There are two folders :
I have tried to keep the directory structure as similar as possible to the Shindig project. Future changes and improvements to the Shindig implementation can then be easily diff'ed and Pesta can updated appropriately Differences to the java implementation
What works
What does not work (if it hasn't been tested, it's broken)
Future work
|