Main Menu
Home Articles Directory Submit Popular Site Top Rated Site - Programming - Database - Management - Test and Quality Assurance - Approaches, Process, Methods - Configuration Management - Measurement - Tools - Open Source - Software Engineering - Humour New Links RSS/Atom
Sponsors




  Main  |  Submit New Article  

  Popular articles (top10)  |  Top rated articles (top10)  |  Category List  |  Randum jump  

Main  arrow  Programming  arrow  Java  (439)


Sort by:   Title ( Title (A to Z) Title (Z to A)) Date ( Date (Old Links Listed First) Date (New Links Listed First)) Rating ( Rating (Lowest Score to Highest Score) Rating (Highest Score to Lowest Score)) Popularity ( Popularity (Least to Most Hits) Popularity (Most to Least Hits))
Articles currently sorted by: Title (A to Z)


Visit   Documenting our Application in Apache Struts 2 (part 1)    Last Update 2009/6/17 16:37
Category  Programming  arrow  Java  :  Programming  arrow  Documentation
Description
In this two-part article series by Dave Newton, we'll look at the ways in which we can document our applications, coding styles that can aid in understanding, tools and techniques for creating documentation from application artifacts, different types of documentation for different parties, and so on. This part of the article deals with ways to document Javacode and how to self-document our code.

Hits: 11   Rating: 0.00 (0 votes)
Rate this Article  |  Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   Documenting our Application in Apache Struts 2 (part 2)    Last Update 2009/6/17 16:38
Category  Programming  arrow  Java  :  Programming  arrow  Documentation
Description
This is the second part of a two-part article series by Dave Newton on documentation of Java applications. In the first part we covered self-documenting code, the use of Contract-oriented programming in documenting applications, and ways of generating targeted Javadocs. In this part of the article, Dave focuses on documenting web applications.

Hits: 9   Rating: 0.00 (0 votes)
Rate this Article  |  Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   Developing Applications with JBoss and Hibernate: Part 1    Last Update 2010/3/24 19:56
Category  Programming  arrow  Java  :  Database  :  Tools
Description
In this article we will introduce Hibernate, which is the de facto standard object-relational mapping framework for Java applications. The Hibernate galaxy is quite large and needs a book of its own to be fully explored. Our mission will be to take over one sector of this galaxy, especially where Hibernate applications are managed by JBoss AS.

Hits: 7   Rating: 7.00 (2 votes)
Rate this Article  |  Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   Java Pseudo Transactions With Non-Transactional Resources    Last Update 2009/1/30 17:09
Category  Programming  arrow  Java  :  Approaches, Process, Methods  arrow  Architecture
Description
When working in enterprise environments, it is often necessary to interact with multiple resources in a single atomic unit of work - a distributed transaction. The ideal way to accomplish this is by leveraging JTA to manage the distributed transaction. However, in transaction scenarios where one or more resources do not support XA transactions JTA cannot be used. Justin McCarter and Travis Alvey describe a method of interacting with non-transactional resources in a pseudo-transaction.

Hits: 5   Rating: 0.00 (0 votes)
Rate this Article  |  Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   .NET and Java: A Study in Interoperability    Last Update 2006/9/7 8:49
Category  Programming  arrow  .NET  :  Programming  arrow  Java
Description
This article looks at various interoperability issues between the Java and .NET platforms.

Hits: 78   Rating: 0.00 (0 votes)
Rate this Article  |  Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   13 Reasons for Java Programmers to Learn Flex and BlazeDS    Last Update 2009/5/6 11:35
Category  Programming  arrow  Java  :  Programming  arrow  Platforms  arrow  Web Client  :  Tools  :  Programming  arrow  Flex/Flash
Description
This article outlines the 13 reasons why Java programmers should learn Flex and BlazeDS. It talks about why Flex with BlazeDS is one of the best choices for developing rich Internet applications (RIAs)—from highly interactive websites to enterprise applications with Java back ends. Most importantly, it shows the high return on investment (ROI) that this combination provides, both for developers and for enterprises.

Hits: 6   Rating: 0.00 (0 votes)
Rate this Article  |  Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   5 things you didn't know about ... JARs    Last Update 2010/6/23 8:42
Category  Programming  arrow  Java
Description
Many Java™ developers never think beyond the basics of JARs — only using them to bundle classes before shipping them off to the production servers. But a JAR is more than just a renamed ZIP file. Learn how to use Java Archive files at their fullest capacity, including tips for jarring Spring dependencies and configuration files.

Hits: 37   Rating: 6.00 (1 vote)
Rate this Article  |  Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   5 things you didn't know about ... Java Database Connectivity    Last Update 2010/8/12 16:19
Category  Programming  arrow  Java  :  Database
Description
JDBC, or Java™ Database Connectivity, is one of the most frequently used packages in the entire JDK, and yet few Java developers use it to its fullest — or most up-to-date — capacity. Ted Neward offers an introduction to newer JDBC features like ResultSets that automatically scroll and update on the fly, Rowsets that can work with or without an open database connection, and batch updates that can execute multiple SQL statements in one fast trip around the network.

Hits: 15   Rating: 0.00 (0 votes)
Rate this Article  |  Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   5 things you didn't know about ... Java Object Serialization    Last Update 2010/4/14 16:14
Category  Programming  arrow  Java
Description
Java Object Serialization is so fundamental to Java programming that it's easy to take for granted. But, like many aspects of the Java platform, Serialization rewards those who go digging. In his first article of this new series, Ted Neward gives you five reasons to look twice at the Java Object Serialization API, including tricks (and code) for refactoring, encrypting, and validating serialized data.

Hits: 19   Rating: 8.00 (1 vote)
Rate this Article  |  Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   5 things you didn't know about ... Java performance monitoring, Part 1    Last Update 2010/6/30 12:12
Category  Programming  arrow  Java  :  Test and Quality Assurance  arrow  Testing  arrow  Performance
Description
Blaming bad code (or bad code monkeys) won't help you find performance bottlenecks and improve the speed of your Java™ applications, and neither will guessing. Ted Neward directs your attention to tools for Java performance monitoring, starting with five tips for using Java 5's built-in profiler, JConsole, to collect and analyze performance data.

Hits: 27   Rating: 8.00 (1 vote)
Rate this Article  |  Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)



(1) 2 3 4 5 6 7 8 9 10 11 [44] » 
Software Development Resources

Load Tester 4: The easiest and most complete load testing software

Oracle Magazine - Technology articles for developers and DBAs and more.

Simply Rails 2: Learn how to be an accomplished Ruby programmer in no time!

The Principles Of Project Management - Deliver projects on time and on budget, again and again

Simply SQL is a practical step-by-step guide to writing SQL.

Practical
RSS 2.0
Twitter
Advertise
Contact
Software Development Jobs
Login
Username:

Password:


Lost Password?

Register now!
THEME_VALIDXHTML
THEME_VALIDCSS
Copyright © 2006-2009 Martinig & Associates

Methods & Tools | SD Tools | SD Directory | SD Videos | SD Jobs | SQA Zone | DevAgile | DevBazar | Ajax Alliance | SD News | SD Conferences
SD Blogs | Forum Logiciel | Software Project Planet | SQA Planet | UML Planet | Cloud Voices | Java TV | .NET TV | Testing TV | TV Agile | RIATube
Java Voices | .NET Voices | PHP Voices | DBA Voices | Agile Voices | Scrum Planet | Ajax Voices | RIA Voices | The Waterfall Manifesto