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: Popularity (Least to Most Hits)


Visit   Create a Java applet to download information in remote Web services    Last Update 2008/9/10 9:23
Category  Programming  arrow  Java  :  Programming  arrow  JavaScript  :  Programming  arrow  Platforms  arrow  Web Server  :  Programming  arrow  Platforms  arrow  Services / Microservices
Description
Start with a Java applet and build a server-based proxy system that uses your browser to access an arbitrary Web service. You'll use JavaScript code to access applet-based information and call a servlet, which retrieves the remote information. Thus, you bypass the same-server restrictions on what an applet can and cannot do.

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

Visit   Dojo concepts for Java developers    Last Update 2008/10/29 15:46
Category  Programming  arrow  Java  :  Programming  arrow  JavaScript  :  Programming  arrow  Tools
Description
If you're a Java programmer coming to Dojo with little or no experience of JavaScript, chances are you're going to struggle with some of the concepts that enable it to work. The main concerns with Dojo are that — at the time of writing — it is still in its infancy (version 1.0 was only released in February 2008) and the documentation available is still somewhat limited. This article helps you bridge the gap from Java code to Dojo so that you can get up to speed quickly and use the toolkit when developing your applications.

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

Visit   Debug Java applications remotely with Eclipse    Last Update 2008/12/17 6:55
Category  Programming  arrow  Java  :  Software Testing and Quality Assurance  arrow  Software Testing  arrow  Unit Testing
Description
You don't need to debug Java™ applications on just your local desktop. Learn how to spread around your debugging using different connection types that make up remote debugging. This article explains the features and examples that show how to set up remote application debugging. Remote debugging can be useful for application development, such as developing a program for a low-end machine that cannot host the development platform, or debugging programs on dedicated machines like Web servers, whose services cannot be shut down. Other examples include Java applications running with limited memory or CPU power, such as mobile devices, or developers wanting to separate the application and development environments, etc.

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

Visit   Introduction to the eSWT mobile extension, Part 2: Use advanced controls for your mobile application    Last Update 2009/12/10 13:07
Category  Programming  arrow  Java  :  Programming  arrow  Platforms  arrow  Mobile
Description
As mobile platforms become increasingly sophisticated, the demand for mobile computing will increase. In this "Introduction to the eSWT mobile extension" series, learn about the embedded Standard Widget Toolkit (eSWT). You can use eSWT to develop native-looking Java™ applications for a variety of mobile phones. In this article, learn how to use more of the mobile controls: MobileShell, SortedList, HyperLink, TextExtension, and TaskTip.

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

Visit   Implementing Hamlets    Last Update 2007/7/12 8:20
Category  Programming  arrow  Java  :  Programming  arrow  Platforms  arrow  Web Server
Description
The Hamlet framework was developed to extend Java™ servlets and enforce the separation of content from presentation. In this article, you'll find an additional way to provide dynamic content as René Pawlitzek advances the framework further and refines use of the template engine. Hamlets provide an easily used and easily understood framework for developing Web-based applications. The framework not only supports, but also enforces, the complete separation of content and presentation. Its simple and elegant design does not hide the familiar underlying servlet infrastructure. The framework provides a servlet extension called a Hamlet. A Hamlet uses the Simple API for XML (SAX) to read template files containing presentation. (These template files must contain content that can be parsed by SAX, such as strict HTML, XHTML, or XML.) While a template file is being read, the Hamlet uses a small set of callback functions to dynamically add content to those places in the template that are marked with special tags and IDs.

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

Visit   Java Web services: WS-Security with Metro    Last Update 2009/12/23 7:27
Category  Programming  arrow  Java  :  Programming  arrow  Platforms  arrow  Services / Microservices  :  Programming  arrow  Security
Description
The Metro Web services stack is based on the reference implementations of the JAXB 2.x and JAX-WS 2.x Java™ standards but also includes support for a full range of WS-* SOAP extension technologies.

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

Visit   GWT fu, Part 1: Going places with Google Web Toolkit    Last Update 2009/9/16 8:37
Category  Programming  arrow  Java  :  Programming  arrow  Platforms  arrow  Web Client  :  Programming  arrow  Tools
Description
Google Web Toolkit (GWT) lets you use the Java™ language to implement rich client user interfaces that run in a browser. In this two-part article, David Geary brings you up to speed on the latest version of GWT and shows you how to implement a desktop-like Web application.

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

Visit   Developing with real-time Java, Part 2: Improve service quality    Last Update 2009/9/16 8:57
Category  Programming  arrow  Java  :  Programming  arrow  Platforms  arrow  Embedded & Real-time
Description
Some Java™ applications fail to provide reasonable quality of service despite achieving other performance goals, such as average latency or overall throughput. By introducing pauses or interruptions that aren't under the application's control, the Java language and runtime system can sometimes be responsible for an application's inability to meet service-performance metrics. This article, second in a three-part series, explains the root causes of delays and interruptions in a JVM and describes techniques you can use to mitigate them so that your applications deliver more consistent service quality.

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

Visit   Look-ahead Java deserialization    Last Update 2013/8/28 14:48
Category  Programming  arrow  Java
Description
When Java™ serialization is used to exchange information between a client and a server, attackers can try to replace the legitimate serialized stream with malicious data. This article explains the nature of this threat and describes a simple way to protect against it. Find out how to stop the deserialization process as soon as an unexpected Java class is found in the stream.

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

Visit   Modular Java: Static Modularity    Last Update 2009/11/13 11:32
Category  Programming  arrow  Java  :  Approaches, Process, Methods  arrow  Software Design
Description
In the second of the Modular Java series, we'll cover static modularity. We'll describe how to create bundles, how to install them into an OSGi engine and how to set up (versioned) dependencies between bundles. In the next episode, we'll look at dynamic modularity and show how bundles can react to other bundles coming and going.

Hits: 7  
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