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  |  Randum jump  

Main  arrow  Programming  arrow  Platforms  arrow  Web Server  (85)


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   Build better Web applications with Google Sitebricks    Last Update 2010/2/16 18:57
Category  Programming  arrow  Java  :  Programming  arrow  Platforms  arrow  Web Client  :  Programming  arrow  Platforms  arrow  Web Server  :  Programming  arrow  Tools
Description
Do you want to quickly build a Web application that can be maintained, or worked on, by other people? Google Sitebricks lets you rapidly develop Web applications that are built to last. Sitebricks uses dependency injection to do away with boilerplate code. It leverages type safety and inference to check the correctness of your application, so you catch problems at compile time instead of run time. In this article, learn how to build Web applications powered by Google Sitebricks.

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

Visit   Build faster Web applications with caching    Last Update 2008/12/17 8:50
Category  Programming  arrow  Java  :  Programming  arrow  Platforms  arrow  Web Server  :  Programming  arrow  Tools
Description
Web developers who use Java™ technologies can quickly improve their applications' performance by using a cache utility. Java Caching System (JCS), a powerful distributed caching system for Java applications, is a highly configurable tool with a simple API. This article gives you an overview of JCS and shows how you can use it to speed up your Web applications.

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

Visit   Build server-side mashups with Geronimo and REST    Last Update 2008/10/29 18:10
Category  Programming  arrow  Platforms  arrow  Web Client  :  Programming  arrow  Platforms  arrow  Web Server  :  Programming  arrow  Tools  :  Programming  arrow  User Interface  :  Programming  arrow  Platforms  arrow  AJAX
Description
Discover the techniques and technologies you can use to build a mashup application using Apache Geronimo, a REST-based protocol, and data from multiple sources. The mashup combines data from Google Maps and Twitter tweets to pinpoint Twitter users as they update their Twitter status.

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

Visit   Building a Scalable Enterprise Applications Using Asynchronous IO and SEDA Model    Last Update 2008/9/4 16:52
Category  Programming  arrow  Java  :  Programming  arrow  Platforms  arrow  Web Server
Description
This article presents one solution to overcome the scalability issues related to the enterprise applications that must support a mix of fast and long running business processes, or with great or small throughput.

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

Visit   Building tiny Web-applications in Ruby using Sinatra    Last Update 2009/9/2 8:47
Category  Programming  arrow  Platforms  arrow  Web Server  :  Programming  arrow  Tools  :  Programming  arrow  Ruby
Description
Sinatra is a library that allows you to build almost any kind of web-based application in a very simple manner. When you code in Sinatra you’re bound only by HTTP and your Ruby knowledge. You'll obviously want to start building tiny web-applications and small services, and that's just what we'll do in this article. By the end of this article by Satish Talim, you'll be able to understand:
* what Sinatra is
* how to install Sinatra and its dependencies
* how to build a tiny web-application
* how to deploy the tiny web-app to Heroku

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

Visit   Building Web Apps without Web Forms    Last Update 2008/4/2 9:45
Category  Programming  arrow  .NET  :  Programming  arrow  Platforms  arrow  Web Client  :  Programming  arrow  Platforms  arrow  Web Server  :  Approaches, Process, Methods  arrow  Software Architecture
Description
I'd learned several best practices that I applied when working on my desktop apps. Two of them were:
* Separation of concerns: don't mix UI logic with underlying behavior.
* Automated unit testing: write automated tests that verify whether your code does what you think it does.

The underlying principles here apply regardless of technology. Separation of concerns is a fundamental principle that exists to help you deal with complexity. Mixing Different responsibilities within the same object—like calculating remaining work hours, formatting data, and drawing a graph—is just asking for maintenance problems. And automated testing is crucial to getting production-quality code while still maintaining your sanity, particularly when you're updating an existing project. ASP.NET Web Forms made it very easy to get started, but, in other ways, trying to apply my design principles to Web apps was a struggle. Web Forms are relentlessly UI focused; the fundamental atom is the page. You start by designing your UI and dragging controls. It's very seductive to just start slapping your application logic into the page's event handlers

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

Visit   Client Side Load Balancing for Web 2.0 Applications    Last Update 2007/10/11 9:15
Category  Programming  arrow  Platforms  arrow  Web Server  :  Software Testing and Quality Assurance  arrow  Software Testing  arrow  Load Testing
Description
A web server handles HTTP (Hypertext Transfer Protocol) requests sent to it by web browsers. When you type in a URL —http://www.digital-web.com, for example—your computer sends out a request to look up the servers needed to handle requests and send responses back quickly. The technique for determining how to route requests to the cluster of web servers efficiently is called load balancing. It is easier to make the client code and resources highly available and scalable than to do so for the servers—serving non-dynamic content requires fewer server resources. Load balancing increases the reliability of a web site by routing requests to other servers in the cluster when one of the servers is too busy or fails.

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

Visit   Configuring Clusters in GlassFish    Last Update 2009/12/23 11:17
Category  Programming  arrow  Java  :  Programming  arrow  Platforms  arrow  Web Server  :  Programming  arrow  Tools
Description
n this two part article series by Xuekun Kou, we will discuss how to configure clusters for the GlassFish Server, and use a load balancer to distribute load across the server instances in the cluster. We will also discuss the High Availability (HA) options supported by GlassFish, and how to enable HA. The goal of this article is to help you gain the knowledge necessary for planning and creating a production-ready GlassFish Server deployment.

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

Visit   Controls for Attaining Application Security Throughout the Web Application Development Life Cycle    Last Update 2007/8/10 11:53
Category  Programming  arrow  Platforms  arrow  Web Client  :  Programming  arrow  Platforms  arrow  Web Server  :  Software Testing and Quality Assurance  :  Software Testing and Quality Assurance  arrow  Software Testing  arrow  Test & Defects Management  :  Programming  arrow  Security
Promote  Caleb Sima and Vincent Liu   
Description
Improving your Web application development process is one of the best ways to avoid security vulnerabilities and nasty surprises during security assessments. Learn about the points in the software development life cycle where additional security awareness and training is needed to ensure that your organization remains successful and secure.

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

Visit   Convert XML to JSON in PHP    Last Update 2007/1/18 9:20
Category  Programming  arrow  PHP  :  Programming  arrow  JavaScript  :  Programming  arrow  Platforms  arrow  Web Server  :  Programming  arrow  Ruby  :  Programming  arrow  Platforms  arrow  AJAX
Description
With the growing popularity of Web 2.0, a new data interchange format called JavaScript Object Notation (JSON) is emerging as a useful way to represent data in the business logic running on browsers. Learn how PHP-based server programs can convert XML-formatted enterprise application data into JSON format before sending it to browser applications.

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



« 1 2 (3) 4 5 6 7 8 9 » 
Software Development Expertise

Load Testing Software and Services by Web Performance : the only load testing software with "how many users" analysis

Software Development - Svitla Systems is an offshore software development company which provides various programming services.

Bug Tracking Software - OnTime is industry leading bug tracking software

Scrum Expert - Agile Project Management Knowledge

Software Testing Magazine - Unit, Load, Functional Software Testing Expertise

Share The Knowledge

Practical
Methods & Tools
RSS 2.0
Twitter
Contact
Software Development Jobs
Login
Username:

Password:


Lost Password?

Register now!
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