Oct 12 2008

IronPython, IronRuby, and Managed JScript in Silverlight

The Silverlight Dynamic Languages SDK is available on CodePlex.


Aug 5 2008

IronNails: IronRuby, Silverlight, WPF and Patterns

From http://github.com/casualjim/ironnails/tree/master:

IronNails is a framework inspired by the Rails and rucola frameworks. It offers a rails-like way of developing applications with IronRuby and Windows Presentation Foundation (WPF).
This framework uses the pattern Model – ViewModel – View – Controller (M-VM-V-C). It should be able to run on both WPF and Silverlight.
The idea is that the views can be created using a design tool like Blend for example and just save that xaml as is. The designer should not need to use anything else than drag and drop to create a GUI design. The behaviors are then added to the view by using predefined behaviors in the framework or by defining your own behavior.
The framework then generates a proxy for the view which will be used to transparently wire up the commands in the behaviors to controller actions.”


Aug 4 2008

Silverline – Ruby on Rails in the browser.

From the Jimmy Schementi‘s blog:

“silverline is a Ruby on Rails plug-in which gives the ability to run Ruby in the browser to manipulate HTML, vector graphics, or just do some computation. Bottom line: it let’s you write Rails code that can run on the client.”

More information can be found here.

 


Jul 8 2008

NetBeans IDE 6.5 MileStone 1 available

The new release is available for download.

Arun Gupta has posted a nice article on his blog describing the new features:

PHP

  • Enhanced Code Completion
  • Database-related code snippets
  • Multiple project configurations
  • Find Usages

Ajax

  • JavaScript Debugger
  • JavaScript Library Manager
  • Bundled JavaScript Libraries

Groovy

  • Editor
  • Java SE Project Integration
  • Grails support

Java

  • Javadoc Analyzer
  • Call Hierarchy
  • CamelCase code completion

Debugger

  • New Multithreaded Debugging Support
  • Debugging Window
  • Current Thread Chooser

Additional enhancements have been made to

  • Web Frameworks (Spring, Hibernate, JSF, JSF CRUD Generator, JPA)
  • Ruby
  • Database
  • Mobility
  • GUI Builder
  • Web Services
  • Improvements to XML and Schema Tools

Jul 2 2008

CodeGear, Delphi and RIA development

Thanks to this post by Marco Cantù, I’ve found two interesting articles by Justin James about the future of the Embarcadero/CodeGear development environments:

 

Justin states that ”CodeGear’s .NET products are expanding in new directions, which include RIA development and targeting other platforms (through systems such as Mono)”.

Will we be able to write rich internet applications using Delphi and targeting both .NET and Mono platforms?


Jun 5 2008

Some useful resources about Unit Testing, Silverlight and Dynamic Languages

Thanks to WinApse I’ve found these useful resources about Unit Testing and Silverlight:

 

Some interesting and introductory material about Unit Testing is also available in the following books:

 

“IronPython in Action” by Michael J. Foord and Christian Muirhead

 

“IronRuby in Action” by Ivan Porto Carrero


May 30 2008

Running Rails on .NET: IronRuby

John Lam has posted the news: Rails runs on IronRuby.

So Microsoft supports Open Source, you’ll be able to write .NET applications in IronRuby, and Rails applications will have access to all the powerful characteristics of the .NET framework (Silverlight, WPF, ASP.NET, just to list a few examples).

Check out the project Home Page on RubyForge!


Apr 3 2008

Silverlight Dynamic Languages in Visual Studio

Take a look to this great post by Laurence Moroney.


Mar 31 2008

Rails Powered by the GlassFish Application Server

Click here to read this interesting article By Arun Gupta and Rick Palkovic.


Mar 22 2008

CodeGear 3rdRail 1.1 released

The new release includes:

  • support for Rails (2.x)
  • enhanced integrated debugger
  • support for Mac OS/X 10.5 and Ubuntu 7.1
  • updates and 3rd-party components.

Click here to read the article by David Intersimone.