Main Menu
Home Articles Directory Submit Popular Site Top Rated Site - Programming - Database - Management - Software Testing and Quality Assurance - Approaches, Process, Methods New Links RSS/Atom
Sponsors



  Main  |  Submit New Article  

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

Main  arrow  Programming  arrow  Java  (585)


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   Ada: a C Developer's Perspective    Last Update 2017/4/26 12:27
Category  Programming  arrow  Java
Description
Learn how the Ada programming language can help solving modern software development challenges like coding for IoT and safety. Ada’s design principles promote speedy development, but with the philosophy that debugging and maintenance need to be considered as part of the development process.

Hits: 11  
Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   Advanced Model-View-Controller Techniques    Last Update 2007/3/21 16:44
Category  Programming  arrow  Java  :  Approaches, Process, Methods  arrow  Software Architecture
Description
This article covers advanced techniques and strategies for applying the Model/View/Controller paradigm. Much of this article is conceptual, with examples given in Java so you can see how to implement the strategies. Keep in mind that the key to MVC is abstraction and separation of classes. The techniques described in this article add more power and flexibility to your use of MVC to achieve these goals.

Hits: 149  
Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   Advanced Profiling: Real-World Code Explorations    Last Update 2007/12/5 10:17
Category  Programming  arrow  Java  :  Software Testing and Quality Assurance  arrow  Inspections and Reviews  :  Programming  arrow  Tools
Description
Using the major new Profiler features in NetBeans 6.0, and applying profiling techniques and best practices in a real-world tutorial

Hits: 31  
Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   Adventures in behavior-driven development    Last Update 2007/9/19 5:12
Category  Programming  arrow  Java  :  Approaches, Process, Methods  arrow  Agile  arrow  Test Driven Development
Description
Test-driven development (TDD) is a great idea in practice, but some developers just can't get over the conceptual leap associated with that word test. In this article, Andrew Glover shows you a more natural way to integrate the momentum of TDD into your programming practice. Get started with behavior-driven development (BDD) (via JBehave) and see for yourself what happens when you focus on program behaviors, rather than outcomes.

Hits: 33  
Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   Agile User Interface Development Popular articles    Last Update 2006/8/10 6:53
Category  Programming  arrow  Java  :  Approaches, Process, Methods  arrow  Agile  arrow  Test Driven Development  :  Programming  arrow  User Interface / UX User Experience
Description
This article shows how to write a Java UI in an agile way using Test Driven Development.

Hits: 241  
Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   Ajax and Java development made simpler, Part 1: Generate JavaScript code dynamically with JSP tag    Last Update 2008/8/22 12:34
Category  Programming  arrow  Java  :  Programming  arrow  JavaScript  :  Programming  arrow  Platforms  arrow  AJAX
Description
his first article in the four-part series presents a JSP-based technique for generating JavaScript code, significantly reducing the amount of code you have to write manually. The sample application shows how to generate JavaScript functions for sending Ajax requests and processing Ajax responses. You can use the simple techniques discussed here in a real application if you want to be able to change the Ajax code easily. The broader goal of this article is to demonstrate how to use JSP tag files to produce JavaScript code for any purpose, not just Ajax routines.

Hits: 46  
Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   Ajax and Java development made simpler, Part 2: Use conventions to minimize setup and configuration    Last Update 2008/5/28 17:55
Category  Programming  arrow  Java  :  Programming  arrow  Platforms  arrow  AJAX
Description
Most Web frameworks try to be as flexible and extensible as possible to accommodate different application needs and development styles. Unfortunately, sometimes this leads to complexity, processing overheads, and large configuration files. This article shows how to use JSP Standard Tag Library (JSTL) and JSP tag files to implement data binding, page navigation, and style conventions, which make both development and maintenance easier. You will learn how to build custom JSP tags with dynamic attributes to facilitate rapid application changes. In addition, the last section of the article contains an example that uses Ajax to submit a Web form.

Hits: 17  
Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   Ajax and Java development made simpler, Part 3: Build UI features based on DOM, JavaScript, and JSP    Last Update 2008/8/21 12:54
Category  Programming  arrow  Java  :  Programming  arrow  JavaScript  :  Programming  arrow  Platforms  arrow  Web Client  :  Programming  arrow  Platforms  arrow  Web Server  :  Programming  arrow  User Interface / UX User Experience  :  Programming  arrow  Platforms  arrow  AJAX
Description
In this third part of the series, you'll learn how to develop client-side validators based on JavaScript as well as server-side validators, which are implemented as JSP tag files backing up their JavaScript counterparts. You'll also learn how to use resource-bundles that are reloaded automatically when changed, without requiring the restart of the application. Client-side validation is useful because it can reduce or even eliminate the cases when the form is returned to the user for correcting errors. Nevertheless, the JavaScript-based validation is not sufficient because it can be bypassed if the data is submitted to the server with a program or if JavaScript is disabled in the user's browser. This article shows how to implement both client-side and server-side validation.

Hits: 9  
Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   Ajax and Java development made simpler, Part 4: Create JSF-like components, using JSP tag files    Last Update 2008/8/21 13:06
Category  Programming  arrow  Java  :  Programming  arrow  Platforms  arrow  Web Server  :  Programming  arrow  Platforms  arrow  AJAX
Description
JavaServer Pages (JSP) and JavaServer Faces (JSF) used to have different variants of the Expression Language (EL). Their unification in JSP 2.1 opened new possibilities, allowing you to use deferred values and deferred method attributes in your custom JSP tags. This article shows how to develop Java Web components based on JSP tag files, which are much simpler and easier to build than the JSF components.

Hits: 14  
Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   Ajax and Java Web Services    Last Update 2007/7/18 10:57
Category  Programming  arrow  Java  :  Programming  arrow  Platforms  arrow  Services / Microservices  :  Programming  arrow  Platforms  arrow  AJAX
Description
This chapter from "SOA Using Java Web Services" examines how to build an Ajax front-end to an online shopping application. Through detailed code examples, it walks you through building an Ajax application that consumes RESTful Java Web services endpoints.

Hits: 16  
Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)



« 1 2 3 (4) 5 6 7 8 9 10 11 [59] » 
Practical
Methods & Tools
RSS 2.0
Twitter
Contact
THEME_VALIDXHTML    THEME_VALIDCSS

Copyright (c) 2007-2013 Martinig & Associates | Methods & Tools Software Development Magazine | Privacy Policy
Software Development Tools | Software Development Articles | Software Development Directory | Software Development Videos
Software Development Jobs | Software Development News | Software Development Books
Software Development Blogs | Software Development Conferences