Member Login

E-mail:    Password:  




 TitleDate AddedCompany
whitepaper At the Controls - How We Set Up Security Via SAS Management Console2007-05-14 SAS Institute
  SAS Management Console 9.1.3 is "A Java application that provides a single point of control for managing resources that are used throughout the Business Intelligence Architecture." It is used by the SAS Administrator to manage server definitions, library definitions, user definitions, resource access controls, metadata repositories, etc. SAS Management Console is a powerful tool and, if understood, can be used to tailor metadata object security to support the shop's specific needs. The importance of planning and the development of strategies for the multiple SAS Enterprise Business Intelligence (EBI) components prior to setting up security for the metadata cannot be stressed enough.

Tags: Security Management, Business Intelligence - Data Warehousing
  
whitepaper Extending SAS Data Integration Studio With Java: Custom GUIs and SAS Server Interaction2007-05-14 SAS Institute
  This paper introduces the concept of extending the functionality of the SAS Data Integration Studio client application through its Java plugin facility. Making use of this facility gives programmers access to significant features built into the SAS Data Integration Studio API, which enable full interaction with the SAS Metadata and Workspace servers. Both metadata objects and SAS data sets can be created, read, deleted, and modified. Data written by the SAS Data Integration Studio application can be read and reported on, and extended metadata can be authored and manipulated.

Tags: Programming Languages, Application Development
  
whitepaper Expanding JavaScript Metaobject Protocol2007-05-14 San Jose State University
  JavaScript has been a much maligned programming language. Browser incompatibilities, poor implementations, and some superficial flaws in its design have led to numerous headaches for developers, and for a long time, it was seen as an evil to be avoided. All of this belies the fact that JavaScript is a very powerful language. It has support for closures, functional programming, and meta-programming. In fact, it offers many of the same features that have helped to make Ruby the recent darling of the programming world. More importantly, JavaScript might be a better scripting language choice for Java programmers. Much of JavaScript's syntax and conventions follows those of Java.

Tags: Programming Languages, Application Development
  
whitepaper Integration of webAF and Table-Driven Methodology2007-05-14 SAS Institute
  This paper will provide a general overview of SAS webAF, targeting novice audiences. It is intended to provide information that is gathered from different resources. It will try to explain at a very high level what exactly webAF is and how SAS and Java technologies can be combined to gain momentum in a world where web-based technologies are increasingly becoming more popular. This paper will try to explain what webAF is. It will provide a basic explanation of the Java technology used in webAF to create server-side web applications such as Servlets and Java Server Pages (JSP). This paper will also look into how Servlets and JSPs work together, their roles, and their functions.

Tags: Methodology, Application Development
  
whitepaper A Unified Platform for Data Driven Web Applications With Automatic Client-Server Partitioning2007-05-12 International World Wide Web Conference Committee
  Data-driven web applications are usually structured in three tiers with different programming models at each tier. This division forces developers to manually partition application functionality across the tiers, resulting in complex logic, suboptimal partitioning, and expensive re-partitioning of applications. This paper introduces a unified platform for automatic partitioning of data-driven web applications. The authors approach is based on Hilda, a high-level declarative programming language with a unified data and programming model for all the layers of the application. Based on run time properties of the application, Hilda's run time system automatically partitions the application between the tiers to improve response time while adhering to memory and/or processing constraints at the clients.

Tags: Programming Languages, Application Development
  
whitepaper Java Application Platform SDK: Overview2007-05-04 Sun Microsystems
  Sun Microsystems recently released the Java Application Platform SDK to streamline enterprise application development and improve developer productivity. The SDK also supports the newly released Java Platform, Standard Edition 6 and the latest technologies of the Java Platform, Enterprise Edition 5 (Java EE 5) Specification. This version also introduces a new runtime component, Portlet Container 1.0 Beta, to provide capability to develop and test Java portlets. This free release is based on the source code developed by Sun engineers and the open-source community. This article discusses the key features of the Java Application Platform SDK Update 2. With this all-in-one bundle, developers can quickly learn, develop, and deploy new enterprise Java technologies.

Tags: Programming Languages, Application Development
  
whitepaper Application of Visual Programming to Web Mash Up Development2007-05-03 Springer Science+Business Media
  The ongoing adoption of the latest Web development patterns such as AJAX is helping to enhance the user experience on the Web. Moreover, there is now API-based support from various vendors that allow seamless fusion of disparate data sources into a single application. However, the barrier for Web designers to integrate such features into their Web applications remains high. This hampers a wider proliferation of such novel Web applications. This paper presents an experiment which is conducted to see whether visual programming is appropriate for allowing Web designers integrate the aforementioned features.

Tags: Programming Languages, Application Development
  
whitepaper Real-Time Java, Part 4: Real-Time Garbage Collection2007-05-02 IBM
  Real-Time (RT) application development distinguishes itself from general-purpose application development by imposing time restrictions on parts of the runtime behavior. Such restrictions are typically placed on sections of the application such as an interrupt handler, where the code responding to the interrupt must complete its work in a given time period. When hard RT systems, such as heart monitors or defense systems, miss these deadlines, it's considered a catastrophic failure of the entire system. In soft RT systems, missed deadlines can have adverse effects - such as a GUI not displaying all results of a stream it's monitoring - but don't constitute a system failure.

Tags: Programming Languages, Application Development
  
whitepaper Mobile & Embedded Community on Java.Net2007-05-01 Sun Microsystems
  The Mobile & Embedded Community is the open source community for the Java Platform, Micro Edition (Java ME platform) and related technologies. The purpose of this paper is to introduce the Mobile & Embedded Community, describe the benefits of participating in the community, suggest ways to get involved, and explain the differences between working with the open source implementation and the commercial implementation of the Java ME platform.

Tags: .NET, Application Development
  
whitepaper Consumer JRE: Leaner, Meaner Java Technology2007-05-01 Sun Microsystems
  The Consumer JRE consists of several important pieces of functionality. One of the keys to getting this out quickly as an update to the Java SE 6 release is to make only those changes that do not affect the APIs. For example, the team members can add functionality to make startup faster without affecting the APIs or functionality that an application is using. But they cannot add a new animation API in an update release. Fortunately, this constraint is not too cumbersome because the major problems to solve now are below the level of API changes and are thus completely suitable for this release.

Tags: Programming Languages, Application Development