Slashdot Mirror


User: LEEPS

LEEPS's activity in the archive.

Stories
0
Comments
6
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 6

  1. steep learning curve on Is Anyone Using the Google Web Toolkit? · · Score: 1

    I read two books about GWT and I like it a lot and plan on using GWT for my future projects at work. Although GWT is very promising, it comes with a steep learning curve. You need to know quite a bit to be productive. For quick prototyping I still prefer Hamlets (http://hamlets.sourceforge.net/). My $0.02
    Rene

  2. Re:use as little as you absolutely need on How Do You Decide Which Framework to Use? · · Score: 1

    I find the separation of content and presentation the most important aspect of a framework. Then comes simplicity; I don't want to spend months to learn the framework. And last, I don't want anything that hides the foundation underneath. With these three requirements in mind, I rolled my own framework: Hamlets. You find it here:

    http://www.alphaworks.ibm.com/tech/hamlets

    Rene

  3. Re:Simplicity is key on How Do You Decide Which Framework to Use? · · Score: 1

    Sammy, I believe that simplicity is the hallmark of professional software. Have a look at:

    http://www.alphaworks.ibm.com/tech/hamlets

    Hamlets are easy-to-understand and easy-to-use.

    Rene

  4. Re:10 Minute Rule on How Do You Decide Which Framework to Use? · · Score: 1

    You will understand Hamlets in 10 minutes. You have my word.
    Rene

    http://www.alphaworks.ibm.com/tech/hamlets

  5. Re:Don't use JSF on How Do You Decide Which Framework to Use? · · Score: 1

    I couldn't agree more. I looked at JSF before I invented Hamlets. In 10 minutes you are up and running!
    You can get it here.

    http://www.alphaworks.ibm.com/tech/hamlets

  6. Hamlets on How Do You Decide Which Framework to Use? · · Score: 1

    I wrote this small-footprint servlet-based content creation framework for an internal project at IBM Research. The framework is easy-to-understand and easy-to-use. You can download the library from

    http://www.alphaworks.ibm.com/tech/hamlets

    Articles can be found on IBM developerWorks:

    Introducing Hamlets: http://www-128.ibm.com/developerworks/web/library/ wa-hamlets/
    Programming Hamlets: http://www-128.ibm.com/developerworks/edu/wa-dw-wa -hamletprg-i.html
    Implementing Hamlets: http://www-128.ibm.com/developerworks/web/library/ wa-hamlets3/