Information
This page contains information on developing tools and apps to work with the Sakai framework and its services. The core of Sakai is based on Spring
so this page includes Spring related information as well.
 | Presentation Slides
Slides from Zach's framework talk are now available in the attachments area of this page. |
Sakai Framework
Work in Progress
Current tips assume you are using Sakai 2.2+
Spring Framework
Work in Progress
As I understanding grows I find that there are some areas that would have helped be better understand how the framework works.
It would be useful to know what is done in the background by SAKAI, for example, that the hbm config file is not needed in the project but handled by the framework.
That both maven 1 and maven 2 have files in the project.
That both .maven and .m2 are populated during the build.
The new division of labor among the various .pom files in m2.
The new m2_Target folder.
Probably the most complex to unravel for me was the context and pom files. It is not clear what are reserved properties and what are is new code to be adjusted by the programmer.
A discussion somewhere about injection would be useful.
There are other areas I am trying to clear up so if this type of list is useful I will be happy to comment again after things clear up more. I would also be happy to help develop some of the tutorial materials if and when I know enough to not do harm.
I truly appreciate the effort put into this very useful cafe.
Thanks.