InfoQ

InfoQ

Topic/Tag specific view

No Fluff Just Stuff Symposiums Content on InfoQ


Latest featured content about No Fluff Just Stuff Symposiums

Automating Business Value with FIT and Fitnesse

Topics
Agile,
Software Testing

Agile communities consider stories “done” when the acceptance tests (also called story tests) are shown to the customer. Originally, this was a manual process, but in recent years, several frameworks have been created to automate this process, providing acceptance testing all the benefits of automated unit testing. One of the most popular of these if called FIT, created by Ward Cunningham.

News about No Fluff Just Stuff Symposiums

Scott Leberknight on Polyglot Persistence

Topics
Persistence,
Data Access,
Architecture

The data persistence solutions in software development have come a long way in the recent years. At the recent Lone Star Software Symposium, Scott Leberknight talked about "Polyglot Persistence" trend where the developers have a choice of different database products like Amazon SimpleDB, Google Bigtable, and CouchDB to choose the data persistence solution.

In a World of Web Framework Choices, Some Developers Still Build Their Own

Topics
Java,
Web Frameworks

Many developers faced with too many choices when selecting a web framework prefer to make the easy choice of using the framework they have used in the past or build their own. This is especially true for Java frameworks, as Neal Ford finds out; he also puts this paradox of choice in the context of other languages and draws some interesting and debatable conclusions.

Presentation: AOP - Myths and Realities

Topics
Java,
AOP

This talk goes beyond myths surrounding AOP and shows the real deal. It examines many practical applications implemented with and without aspects, providing a context for scrutinizing AOP. It also discusses ways to adopt AOP in pragmatic, risk-managed ways allowing developers to try AOP in their own system and gain understanding at the experiential level without exposing them to undue risk.

Articles about No Fluff Just Stuff Symposiums

Simplifying Enterprise Applications with Spring 2.0 and AspectJ

Topics
Java,
AOP

This article reviews Spring AOP support in 2.0, and walks you through an adoption roadmap for AOP in enterprise applications, with plenty of examples of features that can be implemented simply using AOP, but would be very hard to do any other way.

Annotation Hammer

Topics
Java,
Programming

Annotations in Java 5 provide a very powerful metadata mechanism. Yet, like anything else, we need to figure out where it makes sense to use it. In this article we will take a look at why Annotations matter and discuss cases for their use and misuse.

Presentations about No Fluff Just Stuff Symposiums

Venkat Subramaniam's Pragmatic Factors for Agile Success

Topics
Delivering Quality,
Agile,
Agile Techniques,
Debugging

At NFJS Venkat Subramaniam, author with Andy Hunt of "Practices of an Agile Developer," shared his pragmatic approach to some of the important technical and non-technical factors contributing to project success, including: coding, developer attitude, debugging, mentoring and feedback.

Transaction Management Strategies in Mission Critical Applications

Topics
Transactions Processing,
Java,
Performance & Scalability,
Architecture

A core part of Spring's middle tier support is the transaction management support. This session presents several interesting "mission critical" cases and shows you how to properly handle them using transactions driven by Spring 2. You'll learn the ins-and-out of the "dark art" that is transaction management within a high-volume mission-critical JEE application.

Real World Web Services

Topics
REST,
Web Services,
SOA

In this presentation, Scott Davis provides a pragmatic, down-to-earth introduction to Web services as used in the real world by public sites, including SOAP-based, REST and POX-style examples. While the buzzword density leaves nothing to be desired, the presentation contains a very accessible introduction to the core Web services standards.