Sat, 14 Jun 2008 09:53:06 +0200 Jaroslav Tulach Tests rewritten to new version, just the Writer version 2.0 does not yet implement Appendable
Sat, 14 Jun 2008 09:53:06 +0200 Jaroslav Tulach Nonsubclassable Writer example
Sat, 14 Jun 2008 09:53:05 +0200 Jaroslav Tulach Reflection will save to world!
Sat, 14 Jun 2008 09:53:04 +0200 Jaroslav Tulach CrytoWriter and when it is broken
Sat, 14 Jun 2008 09:53:03 +0200 Jaroslav Tulach Useless imports
Sat, 14 Jun 2008 09:53:03 +0200 Jaroslav Tulach Demo for writer throwing an exception; and also writing out CD content
Sat, 14 Jun 2008 09:53:02 +0200 Jaroslav Tulach Converting the Writer delegation problem into real example
Sat, 14 Jun 2008 09:52:52 +0200 Jaroslav Tulach URLs in apifest chapter replaced with code snippets
Sat, 14 Jun 2008 09:52:52 +0200 Jaroslav Tulach Rewriting the infrastructure to use shared common.xml
Sat, 14 Jun 2008 09:52:51 +0200 Jaroslav Tulach Also second version of this class needs to be made public, otherwise nobody will be able to use this API
Sat, 14 Jun 2008 09:52:49 +0200 Jaroslav Tulach This class needs to be made public, otherwise nobody will be able to use this API
Sat, 14 Jun 2008 09:52:49 +0200 Jaroslav Tulach Making jtulach's projects compilable
Sat, 14 Jun 2008 09:52:48 +0200 Jaroslav Tulach Getting the solutions from the CVS, not just from the ZIP file
Sat, 14 Jun 2008 09:52:47 +0200 Jaroslav Tulach Including solutions till day 2
Sat, 14 Jun 2008 09:52:45 +0200 Jaroslav Tulach Adding samples from API fest to the repository, including pieces of their code in the document, not just links
Sat, 14 Jun 2008 09:52:26 +0200 Jaroslav Tulach Merge: Geertjan's changes up to 4500
Sat, 14 Jun 2008 09:52:26 +0200 Jaroslav Tulach up to line 4500
Sat, 14 Jun 2008 09:52:25 +0200 Jaroslav Tulach Showing picture and code that prevents vicious circle
Sat, 14 Jun 2008 09:52:25 +0200 Jaroslav Tulach Support for debugging, tests work as expected
Sat, 14 Jun 2008 09:52:25 +0200 Jaroslav Tulach Simplified to does not contain the friend API, instead the SPI is directly define by the API
Sat, 14 Jun 2008 09:52:23 +0200 Jaroslav Tulach Using real pieces of code the talk about bridges
Sat, 14 Jun 2008 09:52:23 +0200 Jaroslav Tulach Also adding the project config file
Sat, 14 Jun 2008 09:52:23 +0200 Jaroslav Tulach Switching to freeform project
Sat, 14 Jun 2008 09:52:22 +0200 Jaroslav Tulach Repackaging to org.apidesign packages
Sat, 14 Jun 2008 09:52:22 +0200 Jaroslav Tulach Tests rename to describe the intention, e.g. new -> old bridge and vice versa, and modified to include also a call that initializes the bridge
Sat, 14 Jun 2008 09:52:22 +0200 Jaroslav Tulach Providers are working back and forth, but it is necessary to find a place to register them all
Sat, 14 Jun 2008 09:52:21 +0200 Jaroslav Tulach Defining also the SPI and providing a test. The integration with java.security is still missing
Sat, 14 Jun 2008 09:52:21 +0200 Jaroslav Tulach making the delegation to the old API work without any problems
Sat, 14 Jun 2008 09:51:46 +0200 Jaroslav Tulach spi part
Sat, 14 Jun 2008 09:51:45 +0200 Jaroslav Tulach Attempt to show how to write bridge for MessageDigest