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
"frameworks"
at The Free Dictionary
Latest blogosphere posts tagged “frameworks”
-
Drupal’s prominence is hurting the PHP frameworks, such as Symfony
Closer To The Ideal —
Authority: 127
I’ve a new post up at Symfony Nerds, this one about the extent to which Drupal’s prominence limits the growth of PHP frameworks . I’ve seen a number of Django versus Drupal comparisons, which are a bit unfair, since they compare a framework to a CMS.2 hours ago -
Is OSGi Adoption Growing? An Interview with Kirk Knoernschild
dzone.com: latest front page —
Authority: 169
Interest in OSGi has seen a steady increase over the years as the benefits of modularity drive its adoption. In a recent blog post, Kirk Knoernschild of the Burton Research Group found some clues that suggest OSGi adoption is increasing. DZone conducted an exclusive interview with Knoernschild to see if more ...6 hours ago -
A semi-static content CMS for Grails with Adobe AIR / Flex
dzone.com: latest front page —
Authority: 169
In this post, I [Tomás Lin] want to share my experience building a content management solution for a Grails application using Adobe AIR and XML bundles. This solution allows semi-static content to be kept externally. Main benefits are ease of deployment and desktop integration.17 hours ago -
Introduction to Amazon Cloud Computing
dzone.com: latest front page —
Authority: 169
Amazon is the current leader of Cloud provider based on the IaaS model. At the heart of its technology stack, they have the virtual machine layer called EC2. Amazon also provides a set of surrounding services for data storage, metadata storage, message queues, payment processing, content cache … etc.1 day ago -
Enterprise Java in 2010 – Expect a Cloudy Spring
dzone.com: latest front page —
Authority: 169
Today I found a presentation by Adrian Colyer using the pretty cool Prezi tool. Besides the optical impression its content tells us what will be the next step in enterprise computing for Spring users.1 day ago -
When JBoss Seam Fails
dzone.com: latest front page —
Authority: 169
Modern web applications are built using a number of domain-specific languages that interact with Java in various ways – JSF, regular expressions, SQL or HQL and various sorts of XML configuration files. Once Java start interacting with other languages, things start going wrong and static typing is no longer helpful. ...1 day ago -
Tips for ORM Data Access
dzone.com: latest front page —
Authority: 169
In my last post I took a stab at Lazy Loading data access, and pointed out a concrete example of why I don’t like it. As with anything there are trade-offs. Here are a few practices I use for clean and fast data access. They are heavily influenced by some common patterns from PoEAA, and Domain Driven Design.1 day ago -
A When Rails Fails Follow-up
dzone.com: latest front page —
Authority: 169
Response to "massive" feedback on the post When Rails Fails.2 days ago -
.NET vs .NET (a quick performance test)
Jonathan Crossland's Talkware —
Authority: 109
Since we can target our code to a specific compiler and target the platform of our choice, I thought it would be fund to see what sort of differences in speed it would bring up. I did two tests. First I looped through integer values, the columns on the left and then object assignments for the column on the right. For ...2 days ago -
Advanced Plugin Development with Ext JS
dzone.com: latest front page —
Authority: 169
When creating a cross browser RIA, choosing a framework with a plethora of components is where most of us look first. There comes a time, however, when the framework might not have the specific component or functionality we need. Here, selecting a framework that enables you the flexibility to enhance and expand its ...2 days ago -
Spring 3 Example Portlet and Overview
dzone.com: latest front page —
Authority: 169
Spring Source pushed the first release candidate of Spring 3 a little more than a month ago; for portlet developers, the most notable enhancements are in the support for the Portlet 2.0 spec (JSR286), primarily offered through a new set of portlet-specific annotations. This article covers new features in Spring 3 and ...2 days ago -
Java Web Development with Stripes
dzone.com: latest front page —
Authority: 169
Stripes Framework presentation for the Portuguese Java User Goup session on the JavaPT09 event.2 days ago -
Market segmentation is so yesterday … today, it’s self-selected “tribes”
The Homa Files —
Authority: 138
TakeAway : The power of the Web is undeniable. It gives companies access to consumers in ways never thought possible. Companies enjoy the luxury of leveraging online consumer groups for product development feedback, buzz generation, etc. Now, companies are flipping their segmentation strategies upside ...2 days ago -
Converting an Enterprise Level App from VS 2008 to 2010
Jonathan Crossland's Talkware —
Authority: 109
The Wizard opened straight away, I clicked next. After a few popup dialogs, requesting from me things such as Cant find the source control, remove source control binding? and would you like to upgrade the web projects to .NET 4.0?, which I responded yes to all. The first problem came when the web project tried to ...2 days ago -
Php Books
Mehmet Ali Ertrk —
Authority: 103
I have been working as a developer for 4+ years and Php is a reasonable choice for the frontend web applications. I have been reading & reviewing the books about php and php related technologies and planning to write my opinions about them in the following days. It is a must to use OOP and a Framework for ...2 days ago -
Rush Project Video Diary: Day #2
CMD+SHIFT DESIGN BLOG: Seattle Web Designer, Freelancer, Blogger and big time Internet Nerd! —
Authority: 464
It’s day 2 of my RUSH project video diary. I put in a 12 hour day yesterday and had a minor disaster this morning when my alarm failed to go off. I read through yesterdays comments and talk about clients who drag their feet and the benefits of bare-bones Wordpress theme templates. Check out this round-up of ...3 days ago -
[Internal] Control Frameworks and Their Components
Accounting-financial-tax.com offers bookkeeping journal entry basic accounting financial accounting management accounting tax accounting cash management accounting cost accounting financial ratio budget forecasting —
Authority: 130
The wide view of controls means that internal controls cover all aspects of an organization and there is a clear need for a way of pulling together control concepts to form an integrated whole, that is a “control framework”. Where there are risks to the achievement of objectives, which mean failure is a strong ...3 days ago -
JSF 2 evaluation and test (very detailed)
dzone.com: latest front page —
Authority: 169
JSF looks like an old castle, where every generation added pieces, towers and buildings. I believe that the reason for the current status of JSF is that the features are defined by a specification. The specification is industry driven with a focus on being backward compatible instead of being technology driven. ...3 days ago -
Implement Java Connection Pooling with JDBC
dzone.com: latest front page —
Authority: 169
When you keep database connection pools initialized and ready to use, you effectively can grab an object from one, use the object to get your work/task executed, and then return the object to the pool.3 days ago -
Coding: Pushing the logic back
dzone.com: latest front page —
Authority: 169
I was reading a post on the law of demeter by Richard Hart recently and it reminded me that a lot of the refactorings that we typically do on code bases are about pushing the logic back into objects instead of exposing data and performing calculations elsewhere.3 days ago