Archive by Author

Using SignalR.Ninject with ASP.NET MVC3 and the Ninject.MVC3 Nuget Package

Today I updated SignalR to version 0.4.0 and decided to include the SignalR.Ninject project into my ASP.NET MVC3 application as well. As written on the SignalR github page (https://github.com/SignalR/SignalR/wiki/Extensibility), SignalR is built with dependency injection in mind, and besides allowing one to replace most of the SignalR pieces, SignalR also allows one to replace the IDependencyResolver. This […]

Continue Reading

Installation of Ubuntu 8.04 Server (Hardy Heron) LTS on SOEKRIS-net4801 using VirtualBox

This fall, we are working with the Internet of Things (IoT) as the topic of our project at the university. We are going to implement a model of how the IoT can be used in the everyday household, and for this purpose we use a SOEKRIS-net4801 box as a proxy server responsible for communication between […]

Continue Reading

Using SQLite with JSP

During my study at the university, my group got an assignment in a Web engineering course where we were asked to develop a couple of mini-webshops, one in PHP and one in JSP. To centralize the data storage, we decided to use a single SQLite database. I got the assignment to develop the webshop in […]

Continue Reading