Browse by Tags

All Tags » MonoRail (RSS)

Enabling Windsor Integration in MonoRail

I recently wanted to take on old MonoRail application and update it to use Windsor for dependency injection (DI).  The application stated as a sort of prototype and slowing grew into a decent sized application.  There's a couple of places that...
Posted by PSteele | 1 comment(s)
Filed under: , ,

Ajax Survey

From BradA : Simone Chiaretta is doing another Ajax survey to see how things have changed since his last survey a couple of years ago.  I just filled it out (you should too!).  The survey can be found here . Oh, and if the suspense is killing...
Posted by PSteele | with no comments
Filed under: ,

OutputDebugStringAppender in a web app?

I spent a couple of hours yesterday trying to get log4net to log to an OutputDebugStringAppender with no success.  At first, I thought I had a configuration error in log4net so I added a file appender and that works fine.  It's a Monorail application...
Posted by PSteele | 2 comment(s)

MonoRail Integrations

Andy Pike has recently done some really cool MonoRail integrations: Integrating reCAPTCHA with Castle MonoRail Integrating Gravatar with Castle MonoRail Take a peek at how easy it is to plug these types of things into the MonoRail framework. Technorati...
Posted by PSteele | with no comments
Filed under: ,

Ordering Form Collection Parameters For MonoRail using jQuery

Mike Nichols wrote a neat jQuery plugin to automatically order a list of items (like <TR>'s or <UL>'s).  This plays very nicely with MonoRail's SmartDispatcherController and DataBind attribute : "... to keep the items in a collection...
Posted by PSteele | with no comments
Filed under: ,

MonoRail Contracts

Hammet posted a couple of images he created that showed the main contracts used by MonoRail .  Pretty cool. Main Contracts Main Helpers Technorati Tags: .NET , MonoRail , Castle
Posted by PSteele | with no comments
Filed under: ,

Displaying an image from a database in MonoRail

Sometimes, it's just too easy! How to display an image retrieved from DB in Monorail Technorati tags: Castle , MonoRail , MVC
Posted by PSteele | 1 comment(s)
Filed under: ,

Playing around with ASP.NET MVC

As I'm a big fan of Castle Project's MonoRail , I often get asked my opinion of the ASP.NET MVC stuff Microsoft is working on. And I always have the same answer -- I've seen some demos but haven't actually played around with it. So I took some time tonight...
Posted by PSteele | 5 comment(s)
Filed under: ,

ActiveRecord + HQL and an "IN" clause

Late last year as I was using MonoRail and ActiveRecord for a simple web application. I was helping my local church find volunteers with various skills to teach some basic computer courses to the the church staff. I wanted to keep track of the volunteers...
Posted by PSteele | 10 comment(s)
Filed under: , ,

Using JSON with MonoRail

As a sort of follow-up to my AJAX and MonoRail post , I've put together a small project showing how you can easily use JSON with MonoRail . I planned on posting a blog entry and the code tonight but instead, I decided to spend some time working on the...
Posted by PSteele | 1 comment(s)
Filed under: ,
More Posts Next page »