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  Platforms  arrow  Web Server  (86)


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: Date (New Links Listed First)


Visit   A performance benchmark method for comparing open source Java application servers    Last Update 2009/12/10 13:14
Category  Programming  arrow  Java  :  Programming  arrow  Platforms  arrow  Web Server  :  Software Testing and Quality Assurance  arrow  Software Testing  arrow  Load Testing
Description
Various businesses are increasingly using open source Java™ application servers. There are lots of them available to choose from, but how do you make the right decision? In this article, learn about a performance benchmark method for Java application servers, especially Java EE 5-compliant servers, that will help you choose the right solution.

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

Visit   Automatically update a Web page with dynamic elements Popular articles    Last Update 2009/10/14 6:38
Category  Programming  arrow  Java  :  Programming  arrow  Platforms  arrow  Web Server  :  Programming  arrow  Platforms  arrow  AJAX  :  Programming  arrow  JavaServer Faces
Description
You may know how to hide and display optional JavaServer Faces (JSF) components by using JavaScript and Cascading Style Sheets (CSS) in standard JSF components. To do this, you would first need to identify all JSF components and write them into JSF pages. But, that is impossible to do when you are developing a Web page that contains dynamic elements that are unknown until run time. With this article, learn how you can clear old UI components while automatically updating the dynamic elements of a Web page, as well as how to use Java™ code to add new elements and put them into their proper spot on a Web page. You'll also learn how to bind different event handlers to different dynamic elements of a Web page, how to register a listener listening to changes of server-side data to invoke a page refresh, and how to use Asynchronous JavaScript and XML (Ajax) techniques to refresh only the dynamic parts of the Web page.

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

Visit   Implement a real-time server push in Ajax applications using socket-based RIA technologies    Last Update 2009/10/14 6:31
Category  Programming  arrow  XML  :  Programming  arrow  Platforms  arrow  Web Server  :  Programming  arrow  Platforms  arrow  AJAX
Description
The new range of advanced user interface (UI) applications requires some aspect of the "server-push" feature so clients can be notified immediately of any server-side changes. Unfortunately, the HTTP spec does not address the issue of any server-side initiated communication, so the server-push has traditionally been implemented through client-side polling. This technique tends to generate a lot of unnecessary traffic and non-optimized applications. Thankfully, certain Rich Internet Application (RIA) technologies do allow the opening of a dedicated socket channel, with the back-end server providing an opportunity for Asynchronous JavaScript and XML (Ajax) applications to piggyback on their APIs and implement a server push. This article explores this technique in a variety of ways, and helps you understand it well enough to begin your own implementation.

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

Visit   Encrypting the Internet    Last Update 2009/9/23 13:14
Category  Programming  arrow  Platforms  arrow  Web Server  :  Programming  arrow  Security
Description
The authors offer a three pronged approach to providing secure transmission of high volume HTML traffic using CPU instructions and a novel RSA algorithm to significantly reduce costs.

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

Visit   Building tiny Web-applications in Ruby using Sinatra    Last Update 2009/9/2 5: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: 17  
Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   Developing with Comet and Java    Last Update 2009/5/27 6:59
Category  Programming  arrow  Java  :  Programming  arrow  Platforms  arrow  Web Server  :  Programming  arrow  Tools
Description
Explore the different implementations of developing with Comet. See how popular Java Web servers like Jetty and Tomcat have enabled Comet applications, and learn how to program with each server. And finally, learn about the standardization proposals for Comet in Java that are part of the upcoming Servlet 3.0 and JavaEE 6 specifications.

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

Visit   JavaScript EE, Part 2: Call remote JavaScript functions with Ajax    Last Update 2009/4/22 6:50
Category  Programming  arrow  Java  :  Programming  arrow  JavaScript  :  Programming  arrow  Platforms  arrow  Web Client  :  Programming  arrow  Platforms  arrow  Web Server  :  Programming  arrow  Platforms  arrow  AJAX
Description
This article shows how to implement a Remote Procedure Call (RPC) mechanism for Web applications that use JavaScript on both servers and clients. You'll also learn several interesting techniques, such as implementing Java interfaces with JavaScript, building an XMLHttpRequest wrapper, making Ajax debugging easier, and using JSP tag files to generate JavaScript code.

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

Visit   Rich Internet Applications with Grails, Part 1: Build a Web application using Grails and Flex    Last Update 2009/2/26 10:06
Category  Programming  arrow  Platforms  arrow  Web Client  :  Programming  arrow  Platforms  arrow  Web Server  :  Programming  arrow  Tools  :  Programming  arrow  Flex/Flash  :  Programming  arrow  Groovy
Description
Rich Internet Applications (RIAs) promise the dynamism and functionality of desktop applications through the browser. One of the key characteristics is moving your presentation layer to the client and backing it with a robust RESTful service layer on the server. This idea is being popularized with buzzwords like SOUI (Service Oriented User Interface) and SOFEA (Service Oriented Front End Architecture). In this article, the first of a two-part series, you will see how simple it is to create a Web service back end using Groovy's Grails Web application framework, and you will hook it up to an RIA developed with Adobe's Flex framework.

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

Visit   The busy Java developer's guide to Scala: Scala and servlets    Last Update 2009/1/15 7:13
Category  Programming  arrow  Java  :  Programming  arrow  Platforms  arrow  Web Server  :  Programming  arrow  Scala
Description
If Scala is a fully JVM-compatible language, then you should be able to use it in various "real-world" environments such as one in which you build servlets and other Web applications. In this article, the author explores using Scala in a servlet environment.

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

Visit   JavaScript EE, Part 1: Run JavaScript files on the server side    Last Update 2008/12/17 6:57
Category  Programming  arrow  Java  :  Programming  arrow  JavaScript  :  Programming  arrow  Platforms  arrow  Web Server  :  Programming  arrow  Platforms  arrow  AJAX
Description
Combine JavaScript with Java™ code on the server to get the freedom to use the same JavaScript routines on both servers and clients. In addition, the techniques presented throughout this series will allow you to maintain a single code base for both Ajax and non-Ajax clients. Because much of the server-side code would still be written in the Java language, you'll find it necessary to expose the Java Platform, Enterprise Edition (Java EE) features to JavaScript. In this series, learn how to run JavaScript files on the server side, call remote JavaScript functions with Ajax, and use the Java Scripting API with the JavaServer Pages (JSP) technology.

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



« 1 2 (3) 4 5 6 7 8 9 » 
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