Fubu MVC
In this talk, Chad Myers and Jeremy Miller about Fubu (For us, by us) MVC Framework, an alternative to ASP.NET MVC Framework and is a front controller style framework.
Open Source Tools for Software Development Videos and Tutorials
In this talk, Chad Myers and Jeremy Miller about Fubu (For us, by us) MVC Framework, an alternative to ASP.NET MVC Framework and is a front controller style framework.
Apache Derby is a transactional, relational database written in Java. This feature packed database is small enough to be run in many constrained environments, yet powerful enough to efficiently utilize the power of modern multi-CPU machines. Distributed under the Apache License (v2.0), you are free to bundle Derby as part …
In this episode we are going to continue our series on how to create a build script using the Nant build tool. In this episode we going to take a look at how we can create dynamic config files by putting tokens in your files and letting Nant replace those …
Project Lombok is a recent project that exploits with Java 1.6’s APT (Annotation Processing Tool) API to generate boilerplate code from annotations. This screencast shows how Lombok can be easily used to remove the boilerplate getters and setters from a pojo domain object. http://danhaywood.com/2009/09/13/using-project-lombok-with-naked-objects/
In this webcast, Jonathan A. Zdziarski, one of the original hackers of the iPhone and author of iPhone Open Application Development will demonstrate how you can use the iPhone open source tool chain to design third-party software that will run on this popular device. Jonathan will demonstrate on a Mac …
Apache CouchDB is a document-oriented database that can be queried and indexed in a MapReduce fashion using JavaScript. CouchDB also offers incremental replication with bi-directional conflict detection and resolution. CouchDB provides a RESTful JSON API than can be accessed from any environment that allows HTTP requests. There are myriad third-party …