- Subscribe to this page:
- RSS
- Email Alert
java
(1192 results)-
White Papers
A Proof Carrying Code Framework for Inlined Reference Monitors in Java Bytecode
Dec 2010
The authors propose a light-weight approach for certification of monitor inlining for sequential Java bytecode using proof-carrying code. The goal is to enable the use of monitoring for quality...
Provided by KTH
-
White Papers
Linguistic Support for Unit Testing
Jun 2007
Existing systems for writing unit tests exploit built-in language constructs, such as reflection, to simulate the addition of testing constructs. While these simulations provide the minimally...
Provided by University of Utah
-
White Papers
A Low-Footprint Class Loading Mechanism for Embedded Java Virtual Machines
Jan 2011
This paper shows that it is possible to dramatically reduce the memory consumption of classes loaded in an embedded Java virtual machine without reducing its functionalities. The authors describe...
Provided by INRIA
-
White Papers
Using Lightweight Formal Methods for JavaScript Security
May 2010
The goal of this investigation was to apply lightweight formal methods to the study of the security of the JavaScript language. Previous work has shown that lightweight formal methods present a...
Provided by Boston University
-
White Papers
A Semantics-Aware Editing Environment for Prolog in Eclipse
Mar 2009
The open-source Eclipse platform has become hugely popular as an Integrated Development Environment (IDE) for Java, mainly because of its editing features. The Java IDE comes with code...
Provided by Heinrich Heine University Dusseldorf
-
White Papers
Edison Group White Paper: Gaining Storage Management Efficiency with Oracle's Sun ZFS Storage Appliance
Mar 2011
Edison Group recently did an extensive study to compare the manageability of the Sun ZFS Storage Appliance against NetApp. The result? The Sun ZFS Storage Appliance delivers superior management...
Provided by Oracle
-
White Papers
Symmetric Cryptography in Javascript
Oct 2009
The authors take a systematic approach to developing a symmetric cryptography library in Javascript. They study various strategies for optimizing the code for the Javascript interpreter, and...
Provided by Stanford University
-
White Papers
JConstHide: A Framework for Java Source Code Constant Hiding
Apr 2009
Software obfuscation or obscuring a software is an approach to defeat the practice of reverse engineering a software for using its functionality illegally in the development of another software....
Provided by MG University
-
White Papers
An Intelligent Tutoring System for Learning Java Objects
Apr 2011
The paper describes the design of a web based intelligent tutoring system for teaching Java objects to students to overcome the difficulties they face. The basic idea of this system is a...
Provided by Al-Azhar University
-
White Papers
A Rich OPAC User Interface With AJAX
Jun 2007
Open Public Access Catalogs (OPACs) provide patrons with a User Interface (UI) to help their information seeking tasks. Even though many OPAC UIs are now web-based, their architectures are often...
Provided by Association for Computing Machinery
-
White Papers
Modular Workflow Engine for Distributed Services Using Lightweight Java Clients
Dec 2009
In this paper the authors introduce the concept and the first implementation of a lightweight client-server-framework as middleware for distributed computing. On the client side an installation...
Provided by Cornell University
-
White Papers
Advances in the Design and Implementation of a Multi-Tier Architecture in the GIPSY Environment
Jun 2009
The authors present advances in the software engineering design and implementation of the multi-tier run-time system for the General Intensional Programming System (GIPSY) by further unifying the...
Provided by Concordia University
-
White Papers
Deadlock Immunity: Enabling Systems To Defend Against Deadlocks
Dec 2008
Deadlock immunity is a property by which programs, once afflicted by a given deadlock, develop resistance against future occurrences of that and similar deadlocks. The authors describe a technique...
Provided by EPFL
-
White Papers
Garbage Collection: Java Application Servers' Achilles Heel
Sep 2007
Java application servers are gaining popularity as a way for businesses to conduct day-to-day operations. While strong emphasis has been placed on how to obtain peak performance, only a few...
Provided by University of Nebraska-Lincoln
-
White Papers
Toward an Understanding of Bug Fix Patterns
Oct 2008
Twenty-seven automatically extractable bug fix patterns are defined using the syntax components and context of the source code involved in bug fix changes. Bug fix patterns are extracted from the...
Provided by Springer Science+Business Media
-
White Papers
Consideration Points: Detecting Cross-Site Scripting
Aug 2009
Web Application (WA) expands its usages to provide more and more services and it has become one of the most essential communication channels between service providers and the users. To augment the...
Provided by Hanyang University
-
White Papers
Real-Time Memory Management: Life and Times
Aug 2009
As high integrity real-time systems become increasingly large and complex, forcing a static model of memory usage becomes untenable. The challenge is to provide a dynamic memory model that...
Provided by Washington University in St. Louis
-
White Papers
Object-Oriented Intensional Programming: Intensional Classes Using Java and Lucid
Sep 2009
This paper introduces Object-Oriented Intensional Programming (OO-IP), a new hybrid language between Object-Oriented and Intensional Programming Languages in the sense of the latest evolutions of...
Provided by Concordia University
-
White Papers
Safe, Multiphase Bounds Check Elimination in Java
Jan 2010
As part of its type-safety regime, the Java semantics require precise exceptions at runtime when programs attempt out-of-bound array accesses. This paper describes a Java implementation that...
Provided by University of Texas
-
White Papers
Predictors of Java Programming Self - Efficacy Among Engineering Students in a Nigerian University
Sep 2009
The study examined the relationship between Java programming self-efficacy and programming background of engineering students in a Nigerian University. One hundred and ninety two final year...
Provided by Obafemi Awolowo University
-
White Papers
Managing State for Ajax-Driven Web Components
Jun 2010
Ajax-driven Web applications require state to be maintained across a series of server requests related to a single Web page. This conflicts with the stateless approach used in most Web servers and...
Provided by Stanford University
-
White Papers
SQL/JavaScript Hybrid Worms as Two-Stage Quines
Sep 2009
Delving into present trends and anticipating future malware trends, a hybrid, SQL on the server-side, JavaScript on the client-side, self-replicating worm based on two-stage quines was designed...
Provided by Instituto Tecnologico de Buenos Aires
-
White Papers
Parallel Matrix Multiplication Implementation in Distributed Environment Through RMI
Mar 2011
This paper proposes to solve the parallel matrix multiplication implementation in a distributed environment through RMI based on JAVA threads. The application distributes the products of rows and...
Provided by JATIT
-
White Papers
Checked Load: Architectural Support for JavaScript Type-Checking on Mobile Processors
Dec 2010
Dynamic languages such as Javascript are the de-facto standard for web applications. However, generating efficient code for dynamically-typed languages is a challenge, because it requires frequent...
Provided by University of Washington
-
White Papers
A Limit Study of JavaScript Parallelism
Nov 2010
JavaScript is ubiquitous on the web. At the same time, the language's dynamic behavior makes optimizations challenging, leading to poor performance. In this paper the authors conduct a limit study...
Provided by University of Washington
-
White Papers
JSCOOP: A High-Level Concurrency Framework for Java
Dec 2008
SCOOP is a minimal extension to the sequential object-oriented programming model for concurrency. The extension consists of one keyword (separate) that avoids explicit thread declarations,...
Provided by York University
-
White Papers
JNCC2: The Java Implementation of Naive Credal Classifier 2
Dec 2008
JNCC2 implements the Naive Credal Classifier 2 (NCC2). This is an extension of naive Bayes to imprecise probabilities that aims at delivering robust classifications also when dealing with small or...
Provided by IDSIA
-
White Papers
WEKA - Experiences With a Java Open-Source Project
Sep 2010
WEKA is a popular machine learning workbench with a development life of nearly two decades. This paper provides an overview of the factors that the authors believe to be important to its success....
Provided by University of Waikato
-
White Papers
Understanding & Evaluating Mobile Printer Performance
Apr 2010
Businesses need to know when they develop mobile printing applications whether the label, receipt or document will print quickly, or leave the worker waiting for half a minute or more each time...
Provided by Intermec Technologies
-
White Papers
Position Paper: The Case for JavaScript Transactions
Mar 2010
Modern Web applications combine and use JavaScript-based content from multiple untrusted sources. Without proper isolation, such content can compromise the security and privacy of these Web...
Provided by Rutgers University
-
White Papers
Modelling in Java
Apr 2011
The development of software systems may be facilitated through modeling at different levels of abstraction. Various factors conspire to de-emphasise modeling in a commercial development process,...
Provided by University of Oxford
-
White Papers
Research on Embedded Java Virtual Machine and Its Porting
Sep 2007
Embedded Java Virtual Machine has seen wide applications with the fast development of embedded field. More and more embedded platforms choose the KVM porting to support Java Virtual Machine. This...
Provided by Nanjing University of Posts and Telecommunications
-
White Papers
Distributed Object Medical Imaging Model
Oct 2009
Digital medical informatics and images are commonly used in hospitals today. Because of the interrelatedness of the radiology department and other departments, especially the intensive care unit...
Provided by Universiti Malaysia Terengganu
-
Webcasts
Best Practices for Information Quality Management
May 2011
To achieve your business goals and objectives, you must first optimize the information that supports all of your business processes. Implementing an Information Quality Management practice and...
Provided by Trillium Software
-
White Papers
Implicit Ownership Types for Memory Management
Mar 2008
The Real-Time Specification for Java (RTSJ) introduced a range of language features for explicit memory management. While the RTSJ gives programmers fine control over memory use and allows linear...
Provided by Purdue University
-
White Papers
Creating Multiuser Web3D Applications Embedded in Web Pages
Jan 2011
It is not common to find web pages that show interactive multi-user 3D virtual environments as part of their contents without requiring special plug-ins for the web browser to be able to execute...
Provided by Universidad del Zulia
-
White Papers
Quarantine: Java Heap Protection in the Presence of Native Code
Dec 2009
By using Java Native Interface (JNI), programmers can integrate Java programs with legacy systems or third-party libraries written in other languages (e.g., C, C++, and Pascal). However, the use...
Provided by Association for Computing Machinery
-
White Papers
Automated Model-Based Configuration of Enterprise Java Applications
Aug 2007
The decentralized process of configuring enterprise applications is complex and error-prone, involving multiple participants/roles and numerous configuration changes across multiple files,...
Provided by Vanderbilt University
-
White Papers
An Overview of Portable Distributed Techniques
May 2010
In this paper, the authors reviewed of several portable parallel programming paradigms for use in a distributed programming environment. The Techniques reviewed here are portable. These are mainly...
Provided by Rajiv Gandhi Proudyogiki Vishwavidyalaya
-
White Papers
Construction and Reconfiguration of a Component-Based Embedded JVM
Jul 2008
Component software is a method to deal with the complexity of software structures and configurations. Despite the increase of complexity in systems software such as operating systems and virtual...
Provided by Waseda University
-
White Papers
Enterprise Java Applications on VMware: Unix to Linux Migration Guide
Jan 2010
This guide focuses on key considerations for IT Architects who are in the process of migrating Java applications from UNIX to Linux as part of their VMware server consolidation project.
Provided by VMware
-
Webcasts
Introduction to VMware vCenter Operations
Aug 2011
VMware vCenter Operations represents a breakthrough in virtualization and cloud management. Using patented analytics and an integrated approach to performance, capacity and configuration...
Provided by VMware
-
White Papers
Get a Grip on Hosting Costs for Your High Volume Website
Aug 2011
Improve performance, scalability and availability, while reducing business risk and costs with the Drupal Open Source social publishing platform and Acquia Hosting services. If you're looking to...
Provided by Acquia
-
White Papers
Assembling a Next Generation Enterprise Web Infrastructure with Drupal and Acquia
Aug 2011
Once thought of as a content distribution channel, the web is now about social content experiences: the rich, interactive experiences that can be created from a blend of media types shared by...
Provided by Acquia
-
Whitepapers
Watston versus Your Data Center
Aug 2011
Watson was built by a team of IBM scientists who wanted to build a computer that could answer questions posed in natural language with speed and accuracy. Can your data center use a...
Provided by IBM
-
White Papers
Validating High-Level Synthesis
Apr 2008
The growing design-productivity gap has made designers shift toward using high-level languages like C, C++ and Java to do system-level design. High-Level Synthesis (HLS) is the process of...
Provided by UC Regents
-
White Papers
Mining Exception-Handling Rules as Sequence Association Rules
Feb 2009
Programming languages such as Java and C++ provide exception-handling constructs such as try-catch to handle exception conditions that arise during program execution. Under these exception...
Provided by North Carolina State University
-
White Papers
Predicting Defects in SAP Java Code: An Experience Report
Feb 2009
Which components of a large software system are the most defect-prone? In a study on a large SAP Java system, the authors evaluated and compared a number of defect predictors, based on code...
Provided by Saarland University
-
White Papers
FlexSync: An Aspect-Oriented Approach to Java Synchronization
Dec 2008
Designers of concurrent programs are faced with many choices of synchronization mechanisms, among which clear functional trade-offs exist. Making synchronization customizable is highly desirable...
Provided by Hong Kong University of Science and Technology
-
Whitepapers
Accurate Interprocedural Null-Dereference Analysis for Java
Sep 2008
Null dereference is a commonly occurring defect in Java programs, and many static-analysis tools identify such defects. However, most of the existing tools perform a limited interprocedural...
Provided by IBM
-
Whitepapers
Modular String-Sensitive Permission Analysis With Demand-Driven Precision
Feb 2009
In modern software systems, programs are obtained by dynamically assembling components. This has made it necessary to subject component providers to access-control restrictions. What permissions...
Provided by IBM
-
White Papers
Tool Support for Software Development Based on Formal Specifications in RTPA
Jul 2009
The benefits of formal specification methodologies in software development have been identified and well researched. Their use in mainstream software development, however, continues to face a...
Provided by University of Calgary
-
White Papers
A Study of Software Architecture and Comparative Performance Analysis for an EJB-Based Flexible Enterprise Application Framework
Jan 2008
The authors observe that the e-business systems development frameworks trade-off performance at the expense of flexibility. In this paper, they present a performance comparison of JavaBeans...
Provided by Vanderbilt University
-
White Papers
StrongAspectJ: Flexible and Safe Pointcut/Advice Bindings
Apr 2008
AspectJ was designed as a seamless aspect-oriented extension of the Java programming language. However, unlike Java, AspectJ does not have a safe type system: an accepted binding between a...
Provided by Association for Computing Machinery
-
White Papers
AspectScript: Expressive Aspects for the Web
Oct 2009
JavaScript is widely used to build increasingly complex Web applications. Unsurprisingly, these applications need to address crosscutting concerns. Therefore support for aspect-oriented...
Provided by Association for Computing Machinery
-
White Papers
Enforcing Secure Object Initialization in Java
Jul 2010
Sun and the CERT recommend for secure Java development to not allow partially initialized objects to be accessed. The CERT considers the severity of the risks taken by not following this...
Provided by INRIA
-
White Papers
Run-Time Enforcement of Secure JavaScript Subsets
Apr 2009
Many Web-based applications such as advertisement, social networking and online shopping benefit from the interaction of trusted and unstrusted content within the same page. If the untrusted...
Provided by Stanford University
-
Whitepapers - Video
Watch this 5-minute video to learn more about the benefits of VIPRE Antivirus Business
Jul 2011
Until now antivirus has been slow and hard to manage - but there is a fast and easy solution, VIPRE Antivirus Business! VIPRE Business offers - Fast endpoint protection - Easy deployment and...
Provided by GFI Software
-
White Papers
Making a Case for Scripting Languages in CS 1
May 2008
Much has been said and written about the drop in the number of new CS majors and minors since the turn of the new millennium. Over 50% of students who enroll in introductory CS courses for majors...
Provided by Eastern Michigan University
-
White Papers
Exploring the Use of Virtual Synchronous Sessions in an Online Foundational Programming Course
May 2008
Introductory programming courses are inherently challenging for a variety of reasons. With increased demands for online delivery, the use of effective strategies and practices that best support...
Provided by University of West Florida
-
White Papers
On the Energy Efficiency of Java Virtual Machine
May 2008
Java programming has been increasingly used in energy constrained systems such as mobile devices; however, there are not much study on improving the energy efficiency of Java virtual machines....
Provided by Southern Illinois University
-
Whitepapers
Automate your business processes with flexible forms, portals and process-based solutions from IBM
Jul 2011
It's more important than ever to have a flexible and dynamic infrastructure that allows you to create new, custom business processes and to leverage your existing processes more cost-effectively....
Provided by IBM
-
White Papers
Camouflage: Automated Sanitization of Field Data
Dec 2009
In this paper, the authors presented a novel technique for sanitizing inputs that cause failures. Given a failure-inducing input, the technique identifies an input set that includes this input...
Provided by Georgia Institute of Technology
-
White Papers
Safe Parallel Programming With Session Java
Oct 2010
The session-typed programming language Session Java (SJ) has proved to be an effective tool for distributed programming, promoting productivity and compile-time safety. This paper investigates the...
Provided by Imperial College London
-
White Papers
Isolating JavaScript With Filters, Rewriting, and Wrappers
Sep 2009
The authors study methods that allow web sites to safely combine JavaScript from untrusted sources. If implemented properly, filters can prevent dangerous code from loading into the execution...
Provided by Stanford University
-
White Papers
Language-Based Isolation of Untrusted JavaScript
May 2009
Web sites that incorporate untrusted content may use browser- or language-based methods to keep such content from maliciously altering pages, stealing sensitive information, or causing other harm....
Provided by Stanford University
-
White Papers
RA: ResearchAssistant for the Computational Sciences
Jun 2007
Computational experiments often discard large amounts of valuable data, such as invocation parameters and the lineage of output. The authors' goal is to identify, manage, capture, and organize...
Provided by Association for Computing Machinery
-
White Papers
GeoMason: GeoSpatial Support for MASON
Nov 2010
MASON is a free, open-source Java-based discrete event multi-agent simulation toolkit that has been used to model network intrusions, unmanned aerial vehicles, nomadic migrations, and...
Provided by George Mason University
-
White Papers
A Web Monitoring Application Based on JAVA Technologies
May 2008
Aiming for a system that could control diverse kinds of industrial installations the authors have come to the one commented in this paper. They are facing a software solution that is capable of...
Provided by University of Las Palmas de Gran Canaria
-
Whitepapers
The Five Essential Elements of Application Performance Monitoring
Jun 2011
In this eye-opening eBook series, author and renowned business technology expert Don Jones discusses an application performance monitoring (APM) approach that helps businesses improve application...
Provided by Quest Software, now a part of Dell
-
Whitepapers
Accelerate time-to-market with flexible, cloud-based development and testing
Jun 2011
The pressure to get compelling new applications and services to market quickly has never been greater. Making sure a new application will be defect-free and perform as expected can be both...
Provided by IBM
-
Webcasts
Ajax Cloud9 IDE
Jan 2011
Cloud9 IDE empowers Web developers to lead the revolution of Web technologies like HTML5 and JavaScript. The first-ever cloud-based Integrated Development Environment (IDE) for JavaScript...
Provided by DEMO
-
White Papers
xJS: Practical XSS Prevention for Web Application Development
May 2010
The authors present xJS, a practical framework for preventing code-injections in the web environment and thus assisting for the development of XSS-free web applications. xJS aims on being fast,...
Provided by Microsoft Research
-
White Papers
Isolating JavaScript in Dynamic Code Environments
Aug 2010
The authors analyze the source code of four well-known large web applications, namely WordPress, phpBB, phpMyAdmin and Drupal. They want to quantify the level of language intermixing in modern web...
Provided by Association for Computing Machinery
-
White Papers
A Comparison of Neural Network Architectures for Handwritten Digit Recognition
May 2008
In this paper, the authors describe the development and use of an artificial neural network architecture for recognizing handwritten digit data. The feed-forward neural network, which was...
Provided by University of West Florida
-
White Papers
Flexible Simulators for OBS Network Architectures
Jun 2010
Since the OBS paradigm has become a potential candidate to cope with the needs of the future all optical networks, it has really caught the attention from both academia and industry worldwide. In...
Provided by Institute of Electrical and Electronics Engineers
-
White Papers
J2ME Based Tool for Interaction With Web Services
May 2008
Web services are distributed application components that conform to standards that make them externally available. They solve the problem of integrating software and hardware platforms. However...
Provided by BITS Pilani- Dubai
-
White Papers
Exploration of Memory Hierarchy Configurations for Efficient Garbage Collection on High-Performance Embedded Systems
May 2009
Modern embedded devices (e.g., PDAs, mobile phones) are now incorporating Java as a very popular implementation language in their designs. These new embedded systems include multiple applications...
Provided by Association for Computing Machinery
-
White Papers
State Exploration of Scala Actor Programs
Mar 2009
The growing use of multi-core and networked computing systems is increasing the importance of developing reliable parallel and distributed code. Unfortunately, developing and testing such code is...
Provided by Ecole Polytechnique Federale de Lausanne
-
White Papers
Improving API Documentation for Java-Like Languages
Oct 2010
The Javadoc paradigm for displaying API documentation to users is quite popular, with similar variants existing for many mainstream languages. However, two user interface design properties of...
Provided by Ecole Polytechnique Federale de Lausanne
-
White Papers
Real-Time Memory Management: Life and Times
Aug 2009
As high integrity real-time systems become increasingly large and complex, forcing a static model of memory usage becomes untenable. The challenge is to provide a dynamic memory model that...
Provided by Washington University in St. Louis
-
White Papers
Object-Oriented Intensional Programming: Intensional Classes Using Java and Lucid
Sep 2009
This paper introduces Object-Oriented Intensional Programming (OO-IP), a new hybrid language between Object-Oriented and Intensional Programming Languages in the sense of the latest evolutions of...
Provided by Concordia University
-
White Papers
Safe, Multiphase Bounds Check Elimination in Java
Jan 2010
As part of its type-safety regime, the Java semantics require precise exceptions at runtime when programs attempt out-of-bound array accesses. This paper describes a Java implementation that...
Provided by University of Texas
-
White Papers
Predictors of Java Programming Self - Efficacy Among Engineering Students in a Nigerian University
Sep 2009
The study examined the relationship between Java programming self-efficacy and programming background of engineering students in a Nigerian University. One hundred and ninety two final year...
Provided by Obafemi Awolowo University
-
White Papers
Managed Print Services White Paper
Dec 2010
The dream of a paperless office was never very realistic. As organizations around the world have discovered, every type of business still needs to print a wide variety of documents. Rather than...
Provided by CDW
-
White Papers
Managing State for Ajax-Driven Web Components
Jun 2010
Ajax-driven Web applications require state to be maintained across a series of server requests related to a single Web page. This conflicts with the stateless approach used in most Web servers and...
Provided by Stanford University
-
White Papers
SQL/JavaScript Hybrid Worms as Two-Stage Quines
Sep 2009
Delving into present trends and anticipating future malware trends, a hybrid, SQL on the server-side, JavaScript on the client-side, self-replicating worm based on two-stage quines was designed...
Provided by Instituto Tecnologico de Buenos Aires
-
White Papers
Parallel Matrix Multiplication Implementation in Distributed Environment Through RMI
Mar 2011
This paper proposes to solve the parallel matrix multiplication implementation in a distributed environment through RMI based on JAVA threads. The application distributes the products of rows and...
Provided by JATIT
-
Whitepapers
Using IBM Social Business to Take Your Business Relationships to the Next Level
May 2011
IBM defines Social Business as a business that embraces networks of people to create business value. Social businesses embrace technology to enhance relationships between employees, customers, and...
Provided by IBM
-
White Papers
Checked Load: Architectural Support for JavaScript Type-Checking on Mobile Processors
Dec 2010
Dynamic languages such as Javascript are the de-facto standard for web applications. However, generating efficient code for dynamically-typed languages is a challenge, because it requires frequent...
Provided by University of Washington
-
White Papers
A Limit Study of JavaScript Parallelism
Nov 2010
JavaScript is ubiquitous on the web. At the same time, the language's dynamic behavior makes optimizations challenging, leading to poor performance. In this paper the authors conduct a limit study...
Provided by University of Washington
-
White Papers
JSCOOP: A High-Level Concurrency Framework for Java
Dec 2008
SCOOP is a minimal extension to the sequential object-oriented programming model for concurrency. The extension consists of one keyword (separate) that avoids explicit thread declarations,...
Provided by York University
-
White Papers
JNCC2: The Java Implementation of Naive Credal Classifier 2
Dec 2008
JNCC2 implements the Naive Credal Classifier 2 (NCC2). This is an extension of naive Bayes to imprecise probabilities that aims at delivering robust classifications also when dealing with small or...
Provided by IDSIA
-
White Papers
WEKA - Experiences With a Java Open-Source Project
Sep 2010
WEKA is a popular machine learning workbench with a development life of nearly two decades. This paper provides an overview of the factors that the authors believe to be important to its success....
Provided by University of Waikato
-
White Papers
Understanding & Evaluating Mobile Printer Performance
Apr 2010
Businesses need to know when they develop mobile printing applications whether the label, receipt or document will print quickly, or leave the worker waiting for half a minute or more each time...
Provided by Intermec Technologies
-
White Papers
Position Paper: The Case for JavaScript Transactions
Mar 2010
Modern Web applications combine and use JavaScript-based content from multiple untrusted sources. Without proper isolation, such content can compromise the security and privacy of these Web...
Provided by Rutgers University
-
White Papers
Modelling in Java
Apr 2011
The development of software systems may be facilitated through modeling at different levels of abstraction. Various factors conspire to de-emphasise modeling in a commercial development process,...
Provided by University of Oxford
-
White Papers
Research on Embedded Java Virtual Machine and Its Porting
Sep 2007
Embedded Java Virtual Machine has seen wide applications with the fast development of embedded field. More and more embedded platforms choose the KVM porting to support Java Virtual Machine. This...
Provided by Nanjing University of Posts and Telecommunications
-
White Papers
Distributed Object Medical Imaging Model
Oct 2009
Digital medical informatics and images are commonly used in hospitals today. Because of the interrelatedness of the radiology department and other departments, especially the intensive care unit...
Provided by Universiti Malaysia Terengganu
-
White Papers
Information Quality Management (IQM): Assessing Your IQM Practice
May 2011
Organizations are starting to make the connection between making information available for consumption and leveraging it to be more agile and productive. Data is more than just an outcome of a...
Provided by Trillium Software
-
Webcasts
Best Practices for Information Quality Management
May 2011
To achieve your business goals and objectives, you must first optimize the information that supports all of your business processes. Implementing an Information Quality Management practice and...
Provided by Trillium Software
-
White Papers
Implicit Ownership Types for Memory Management
Mar 2008
The Real-Time Specification for Java (RTSJ) introduced a range of language features for explicit memory management. While the RTSJ gives programmers fine control over memory use and allows linear...
Provided by Purdue University
-
White Papers
Creating Multiuser Web3D Applications Embedded in Web Pages
Jan 2011
It is not common to find web pages that show interactive multi-user 3D virtual environments as part of their contents without requiring special plug-ins for the web browser to be able to execute...
Provided by Universidad del Zulia
-
White Papers
Quarantine: Java Heap Protection in the Presence of Native Code
Dec 2009
By using Java Native Interface (JNI), programmers can integrate Java programs with legacy systems or third-party libraries written in other languages (e.g., C, C++, and Pascal). However, the use...
Provided by Association for Computing Machinery
-
White Papers
Automated Model-Based Configuration of Enterprise Java Applications
Aug 2007
The decentralized process of configuring enterprise applications is complex and error-prone, involving multiple participants/roles and numerous configuration changes across multiple files,...
Provided by Vanderbilt University
-
Presentations
Starting an SAP HANA Platform Implementation
Sep 2012
Join the SAP business analytics services team and our customers to get an overview of the latest and greatest in the world of the SAP HANA platform. Learn how SAP HANA has already helped numerous...
Provided by SAP
-
White Papers
An Overview of Portable Distributed Techniques
May 2010
In this paper, the authors reviewed of several portable parallel programming paradigms for use in a distributed programming environment. The Techniques reviewed here are portable. These are mainly...
Provided by Rajiv Gandhi Proudyogiki Vishwavidyalaya
-
White Papers
Construction and Reconfiguration of a Component-Based Embedded JVM
Jul 2008
Component software is a method to deal with the complexity of software structures and configurations. Despite the increase of complexity in systems software such as operating systems and virtual...
Provided by Waseda University
-
White Papers
An Agent Based Intelligent Tutoring System for Parameter Passing in Java Programming
Aug 2008
The authors have developed an agent based intelligent tutoring system for the parameter passing mechanisms in computer science, an introductory Java programming language, in Al-Azhar University in...
Provided by JATIT
-
White Papers
Extracting and Answering Why and Why Not Questions About Java Program Output
Aug 2010
When software developers want to understand the reason for a program's behavior, they must translate their questions about the behavior into a series of questions about code, speculating about the...
Provided by Association for Computing Machinery
-
White Papers
FeedLack Detects Missing Feedback in Web Applications
May 2011
While usability methods such as user studies and inspections can reveal a wide range of problems, they do so for only a subset of an application's features and states. The authors present...
Provided by Association for Computing Machinery
-
White Papers
Cleanroom: Edit-Time Error Detection With the Uniqueness Heuristic
Jun 2010
Many dynamic programming language features, such as implicit declaration, reflection, and code generation, make it difficult to verify the existence of identifiers through standard program...
Provided by University of Washington
-
White Papers
Finding Causes of Program Output With the Java Whyline
Apr 2009
Debugging and diagnostic tools are some of the most important software development tools, but most expect developers choose the right code to inspect. Unfortunately, this rarely occurs. A new tool...
Provided by Association for Computing Machinery
-
White Papers
Collective Specification and Verification of Behavioral Models and Object-Oriented Implementations
Jul 2010
The authors present a finite-state-machine-based language, iFSM, to seamlessly integrate the behavioral logic and implementation strategies of object-oriented applications to prevent their design...
Provided by University of Texas
-
White Papers
Identifying Unnecessary Bounds Checks Through Block-Qualified Variable Elimination
Aug 2010
Java's memory-safety relies on the Java Virtual Machine checking that each access to an array does not exceed the bounds of that array. When static analysis can determine that some array access...
Provided by University of Texas
-
White Papers
Automatic Generation of Implementations for Object-Oriented Abstractions
May 2009
The authors present a general-purpose code transformation system, the POET system, for the purpose of automatic code generation from high-level behavior specifications of object-oriented...
Provided by Association for Computing Machinery
-
White Papers
A Complexity Measure for JavaBean Based Software Components
Jun 2009
The traditional software product and process metrics are neither suitable nor sufficient in measuring the complexity of software components, which ultimately is necessary for quality and...
Provided by World Academy of Science, Engineering and Technology
-
White Papers
Preventing Capability Leaks in Secure JavaScript Subsets
Jan 2010
Publishers wish to sandbox third-party advertisements to protect themselves from malicious advertisements. One promising approach used by ADsafe, Dojo Secure, and Jacaranda, sandboxes...
Provided by University of California
-
White Papers
Improving API Documentation for Java-Like Languages
Oct 2010
The Javadoc paradigm for displaying API documentation to users is quite popular, with similar variants existing for many mainstream languages. However, two user interface design properties of...
Provided by Ecole Polytechnique Federale de Lausanne
-
White Papers
State Exploration of Scala Actor Programs
Mar 2009
The growing use of multi-core and networked computing systems is increasing the importance of developing reliable parallel and distributed code. Unfortunately, developing and testing such code is...
Provided by Ecole Polytechnique Federale de Lausanne
Keep Up with TechRepublic
Submit a Paper
Get your content listed in our directory!
Our directory is the largest library of vendor-supplied technical content on the Web. It’s also the first place IT decision makers turn to when researching technology solutions. Our members are already finding your competitors’ papers here - shouldn’t they find yours, too? It's FREE so click here and submit your white paper, case study, data sheet, research report, or other document today!



