frameworks

Tag details

Welcome to the 'frameworks' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'frameworks'.

Look up Offsite Link "frameworks" at The Free Dictionary

Latest blogosphere posts tagged “frameworks”

  • Release train: Grails 1.1.2, Groovy 1.6.6 and 1.7-RC-1, as well as Gaelyk 0.3.2


    dzone.com: latest front pageAuthority Authority: 168
    Grails 1.1.2, Groovy 1.6.6 and 1.7-RC-1, and Gaelyk 0.3.2 released
    5 hours ago
  • A Quick Introduction to the Spring Python Framework


    TuVinhSoft .,JSCAuthority Authority: 435
    IntroductionThe original Spring, written for Java, is a framework which at its heart uses an “Inversion of Control” container (IoC). Inside of Spring, are several subframeworks for handling aspect oriented programming(aop), Data Access Framework (Dao), transaction management, a object to relational mapping(orm), ...
    6 hours ago
  • Grails 1.1.2 Released


    dzone.com: latest front pageAuthority Authority: 168
    SpringSource are pleased to announce the 1.1.2 release of the Grails web application development framework. Grails is a dynamic web application framework built on Java and Groovy, leveraging best of breed APIs from the Java EE sphere including Spring, Hibernate and SiteMesh. Grails brings to Java and Groovy developers ...
    10 hours ago
  • Setting Notepad++ to work with the C# compiler


    dzone.com: latest front pageAuthority Authority: 168
    I recently decided to work a bit outside of Visual Studio and configure a plain text editor to work with the C# compiler. It seemed to me like it would be a relatively easy task to add a specific compiler to Notepad++, but it needed some work, as Notepad++ has no specific wizard or dialog to directly configure a ...
    12 hours ago
  • Griffon Painter Demo


    dzone.com: latest front pageAuthority Authority: 168
    I was looking at the Swing Labs site and ran across the page on painters(http://swinglabs.org/docs/frameworks/painters/index.jsp) and thought the code looked pretty straight forward. Then I had the thought, Well Griffon uses SwingX I wonder...
    15 hours ago
  • Point Clouds with DoF [openFrameworks]


    CreativeApplications.NetAuthority Authority: 573
    Kyle McDonald has just posted on oF forums a video of   an alternative way of rendering point clouds, using DOF to help give a more photographic feel and actually use the 3D information in 2D renders . There is also a discussion going about how pixels blend with one another and I am sure you will agree, these are ...
    15 hours ago
  • Tabletop Conference in Banff: Martin Kaltenbrunners post on the Tangible Interaction Frameworks blog


    Interactive Multimedia TechnologyAuthority Authority: 427
    Id like to share with you a link to a great post covering the recent Interactive Tabletops and Surfaces conference in Banff, Canada. The post was written by Martin Kaltenbrunner, author of... [[ This is a content summary only. Visit my website for full links, other content, and more! ]]
    21 hours ago
  • Zend framework skelton for newbies to start your project


    dzone.com: latest front pageAuthority Authority: 168
    A zend framework base ( #zfbase ) or skelton to start your project . This will help newbies who are looking how zend framework module works, how layouts work etc .The code is ready for you to start the project . No more zf create project . Copy the skelton and start issuing the commands zf create controller or action ...
    1 day ago
  • Testing Frameworks for Java with Code Samples


    dzone.com: latest front pageAuthority Authority: 168
    Some while back I was preparing a presentation on mocking and testing frameworks for Java. As part of the aim was to demonstrate some real, running code, I ended up spending quite some time copying, pasting, extending and correcting various examples gleaned from readmes, Javadoc, Wiki pages and blog posts. Since then, ...
    1 day ago
  • Which is simpler: BPMN or BPEL?


    dzone.com: latest front pageAuthority Authority: 168
    BPEL is complex and BPMN is simple, right? After all, BPMN has a nice graphical notation. The BPEL standard only specifies what the language looks like in XML. That alone ought to be enough claim the prize for BPMN.
    1 day ago
  • Symfony-Check.org: a useful Symfony checklist


    Closer To The IdealAuthority Authority: 470
    Just saw this site referenced on the user mailist. Symfony-Check.org is a useful list of things to check when building a Symfony-backed website .
    2 days ago
  • Read Config File In Class Library (C#)


    dzone.com: latest front pageAuthority Authority: 168
    Ever written a Library Class, in either VB.Net or in C#, and realized that your class will always read the configuration file for the application itself, not the class, I dont about you but I found this to be quite frustrating. Through several hours, use several lightly I foud I could use Reflecion, XML, ...
    2 days ago
  • Public Transportation on the NetBeans Platform


    dzone.com: latest front pageAuthority Authority: 168
    Trains running on the NetBeans Platform.
    2 days ago
  • Working With Windows Registry In C#


    dzone.com: latest front pageAuthority Authority: 168
    In todays tutorial we are going to talk a walk-thru of working with the Windows Registry in C#. Working with and manipulating the registry can seem like a daunting task for the first time, but once you dive into it its not such a scary thing.
    2 days ago
  • Ajax: JQuery, GWT or RichFaces


    dzone.com: latest front pageAuthority Authority: 168
    Choosing between JQuery, GWT and RichFaces!
    2 days ago
  • Voltron [openFrameworks, Processing]


    CreativeApplications.NetAuthority Authority: 573
    VolTron is a Library for Processing that allows you to plot 3D volumetric forms from .img and .raw.gz data sets as voxels or pixelclouds. It also allows dynamic adding of voxels to an array to create volumes generatively. VolTron Class for OF – ofxVolTron is the port of code to C++ for use in OpenFrameworks ...
    2 days ago
  • Service Layer in Web applications


    dzone.com: latest front pageAuthority Authority: 168
    In my professional live I mostly work with enterprise web applications which are quite demanding for big layer of business logic (that’s another article I guess) and decoupling of application layers. During this year I invested quite a lot for a search of a good ways to architecture a big application and make it ...
    3 days ago
  • The Flex Application Frameworks SmackDown (sorta)


    TuVinhSoft .,JSCAuthority Authority: 435
    The Selecting the Right Flex Application Framework post provided a summary comparison of the Flex application frameworks out there, highlighting the ones I thought were the “heavyweights” a Flex developer should focus on. The purpose was primarily to help you make a quick, easy, but well-informed decision, without ...
    3 days ago
  • Selecting the Right Flex Application Framework


    TuVinhSoft .,JSCAuthority Authority: 435
    So you’ve decided to use Flex for your web application development. It’s easy to follow the online tutorials and prototype an application, but deciding on an application framework for your major production Flex application is more difficult. The Flex community is divided between Adobe’s Cairngorm and Cliff ...
    3 days ago
  • Using SQL-DMO In C#


    dzone.com: latest front pageAuthority Authority: 168
    Distributed Management Objects (DMO) is a set of objects that come with SQL Server, that make is easier for one to administer their database via code, such as writing your own administration application. SQL-DMO is actually what Enterprise Manager is built upon.
    3 days ago

Comments about frameworks

Personal attacks are NOT allowed
Please read our comment policy