DeveloperHell | Languages: All | PHP | Python | .NET | Java | CSS | Ruby   Site: Statistics
want to join us? register, it's easy | help
 

tutorials


category icon

Create a Hibernate application that is managed by JBoss AS

in Java added by swati, 1 day ago application hibernate jboss mapping

Developers will be introduced to Hibernate and learn to build Java classes and map files from scratch. They will also learn to reverse engineer the database schema into Java classes and Hibernate mapping files and build a web application that will be able to interact with the Hibernate POJOs which they will later deploy to JBoss AS.

comment save report
category icon

Inside Ruby on Rails: Rescuable and rescue_from

in Ruby added by admin, on 26/12/2009 exception ruby on rails

Last time I talked about the ActiveSupport Module#delegate method. Today, I want to introduce an other poweful ActiveSupport module: Rescuable, also known in the Rails ecosystem as rescue_from.

comment save report
category icon

Customize Page Management in Liferay Portal 5.2 Systems Development

in Java added by swati, on 1/11/2009 CMS JSR 286 Java Liferay Portals Struts

In this article by Jonas Yuan, developers will learn to employ features of page management. They will also learn how to use communities and layout pages efficiently.

comment save report
category icon

Ruby on Rails 2 - from zero to a small application

in Ruby added by prodevtips, on 1/11/2009 activerecord ajax beginner tutorials form helpers framework oo programming ruby on rails

Describing the process of setting up RoR2 and developing a small application. The tutorial touches most aspects of RoR development, form helpers, activerecord and Ajax to name a few.

comment save report
category icon

SOA Capabilities in BizTalk Server 2009: WCF SQL Server Adapter [pdf]

in .NET added by swati, on 9/8/2009 biztalk server how to intermediate microsoft soa wcf

This tutorial will explain how to use the WCF SQL Server Adapter to implement composite transactions and poll for data changes in BizTalk Server 2009

comment save report
category icon

Developing Web Applications using JavaServer Faces [pdf]

in Java added by nirajam, on 9/5/2009 Java NetBeans Open source beginner tutorials

The tutorial explains how NetBeans can help us easily develop web applications that take advantage of the JavaServer Faces framework.

comment save report
category icon

Parsing gettext strings with Ruby

in Ruby added by prodevtips, on 28/3/2009 beginner tutorials

Basic hash, regular expressions and blocks tutorial.

comment save report
category icon

Ruby on Rails 2 scaffolding

in Python added by prodevtips, on 28/3/2009 beginner tutorials ruby on rails

Basic tutorial on how scaffolding in RoR 2 can work.

comment save report
category icon

Documenting Your Project in Python [pdf]

in Python added by nirajam, on 8/3/2009 Open source Python markup

The tutorial provides a few tips to start documenting your project through the seven rules of technical writing that summarize the best practices, and a reStructuredText primer, which is plain text markup syntax used in most Python projects.

comment save report
category icon

Load Testing with Visual Studio Team System 2008 [pdf]

in .NET added by SaalimS, on 8/2/2009 Load test SDLC Unit test VS.NET Visual Studio testing

This chapter explains how to use unit testing or web testing, and how to simulate a realistic scenario such as the number of concurrent users that have different browsers and different network speed, and are accessing the system from multiple locations. This testing collects the application performance and stability data in different scenarios, and is used for analyzing this data in order to scale the application for better performance.

comment save report
category icon

Scraping and Converting Data with Hpricot and JSON in Ruby

in Ruby added by prodevtips, on 8/2/2009 hpricot intermediate scraping

We're retrieving information from a HTML document with Hpricot, no regular expressions needed.

comment save report
category icon

Autocomplete in WxRuby's Scintilla

in Ruby added by prodevtips, on 30/7/2008 framework oo programming wxruby

How to accomplish autocompletion when you write your own editor.

comment save report
category icon

AUI in WxRuby

in Ruby added by prodevtips, on 10/7/2008 framework oo programming wxruby

Advanced User Interface to create all the coolness you need in your desktop application.

comment save report
category icon

The basics of how to work the Scintilla component in WxRuby.

in Ruby added by prodevtips, on 29/5/2008 examples framework oo programming

The basics of how to work the Scintilla component in WxRuby.

comment save report
category icon

Project browser in WxRuby

in Python added by prodevtips, on 24/5/2008 framework oo programming wxruby

Advanced TreeCtrl tutorial

comment save report