Unix Formula - UNIX Pro

Get the latest news and get the most out of Unix.


Recent Stories...
Alfresco, MySQL and Red Hat Deliver First Open Source JSR-170 Benchmark

8 December 2006

OpenLogic Expert Community Successfully Brings Together Open Source Community and Enterprise Users

7 December 2006

Jive Software Launches IgniteRealtime.org Website in Response to Explosive Community Support for Its Open Source EIM Products

7 December 2006

CA Advances Virtual Platform Management With Newest Release of Unicenter ASM

5 December 2006

Vonage Selects EnterpriseDB

5 December 2006

Communications Platforms Trade Association Adds Three Members

5 December 2006

AccessIT's Christie/AIX Deployment Program Hits Average Monthly Screen Installs of 266

5 December 2006

Liberty Alliance Announces 'Open Source Identity for the Web 2.0 Era' Webcast November 29

5 December 2006

VA Software Reports First Quarter Fiscal 2007 Results

5 December 2006

Leading Telco Carriers Tout Versatility of Sun Microsystems' Java(TM) System Content Delivery Server

5 December 2006

XBRL Enhances Performance Management Applications and Offers Immediate External Benchmarking Business Benefits

5 December 2006

Azul Systems Gains Major Market Support for Its Approach to Delivering Business Critical Java Solutions

5 December 2006

DigitalFX International, Inc. Announces Q4 '06 and Full Year '06 Revenue Guidance, as Well as Initial 2007 Revenue and Margins Guidance

5 December 2006

$0 Net Cost Promotion With Sprint Activation for CDU-550 Mobile Broadband USB Modem Supporting Windows, Windows Mobile, Linux, Mac Systems

4 December 2006

Acronis Joins Red Hat ISV Partner Program; Becomes Red Hat Ready Partner

4 December 2006

Future Media Concepts Targets IT Professionals and Systems Administrators with New Mac OS X Training Options

2 December 2006

OSDL Mobile Linux Initiative Gains Another Heavy Hitter

2 December 2006

Trusted Computer Solutions' Cross Domain Linux Product Now Part of Accredited System at U.S. Coast Guard

29 November 2006

Xandros Desktop - Professional Spearheads New Line of Enterprise Linux Management Solutions

29 November 2006

AIX Group, Inc. Names Peter Soloway Vice President of Program Business Development

29 November 2006

Novell Launches First 'Desktop-to-Data Center' Management Solutions That Deliver on Interoperable, Cross-Platform Vision

29 November 2006

HPC4U Fault Tolerant Middleware - Open Source Version Released

29 November 2006

Unisys Predicts 2007 Open Source Trends: Architectural Approaches and Specialized Stacks Will Dominate

29 November 2006

MapGuide Open Source and Autodesk Mark Record Downloads in First Year

29 November 2006

Novell Launches First 'Desktop-to-Data Center' Management Solutions That Deliver on Interoperable, Cross-Platform Vision

29 November 2006

Report: IBM #1 in Global Server Revenue, Blades and UNIX in 3Q 2006

29 November 2006

University-Built Election System Raises Bar and Released Open Source

29 November 2006

Montilio and Open Source Systems to Provide Fastest File Servers Available on the Market

29 November 2006

IBM Open Source Application Server Gains Support of More Than 600 Partners in Six Months

29 November 2006

Report: IBM Open Source-Based Application Server Growing Nearly Three Times Faster Than JBoss

24 November 2006

Sun Open Sources Java Platform and Releases Source Code Under GPL License Via NetBeans and Java.net Communities

23 November 2006

IBM Introduces Linux and Grid Implementation Service Products

22 November 2006

Internet Systems Consortium Turns to Sun's Solaris(TM) 10 Operating System and Sun Fire(TM) x64 Servers to Power the Internet

18 November 2006

Novell Announces Amendment and Extension of Consent Solicitation

18 November 2006

Microsoft and Novell Announce Broad Collaboration on Windows and Linux Interoperability and Support

15 November 2006

Novell Releases Mono 1.2 With Enhanced Support for .NET on Linux

15 November 2006

The Sage Group plc Announces Global Partnership With MySQL AB

15 November 2006

Linux Networx Announces Performance Tuned Supercomputing

15 November 2006

XenSource Announces High Performance Virtualization of Microsoft Windows and Linux Based on the Xen(TM) Hypervisor

15 November 2006

vtiger Upgrades its Enterprise-class Open Source CRM Solution With New Features

15 November 2006


Archive
April 2007
February 2007
January 2007
December 2006
November 2006
October 2006
September 2006
August 2006
July 2006
June 2006
May 2006
April 2006
March 2006
February 2006
January 2006
December 2005
November 2005
October 2005
September 2005
August 2005
July 2005
June 2005
May 2005
April 2005
March 2005
February 2005
January 2005
December 2004
November 2004
October 2004
September 2004
August 2004


Unix Formula - UNIX Pro RSS Feed
RSS Feed

We support:

Linux Intrusion Detection System
Linux Gazette



 

The Apache Jakarta Project Announces Bean Scripting Framework V 2.4.0 to Easily Add Scriptability to Java-Based Applications

1 January 1970

Apache Jakarta, a top-level Project of The Apache Software Foundation (ASF), is pleased to announce the first official release of Apache Jakarta BSF v 2.4.0, a scripting framework for Java.


BSF v 2.4.0 allows Java programmers to invoke non-Java programs with as few as two lines of code written in any of the BSF-supported languages, including BeanShell, BML, Groovy, JavaScript (Rhino), JudoScript, NetRexx, ooRexx, PROLOG (JLog), Python, Perl, Rexx, Ruby (JRuby), Tcl (Jacl), and XSLT (Xalan).


By using BSF v 2.4.0, any Java application can be easily turned into a Java script host (JSH), that allows scripts in different programming languages to share data (Java objects) with each other. This allows developers to instrument a mix of BSF scripts implemented with the programming language that best fits the solution of the problem aspect at hand.


Seeing the potential in BSF, various ASF projects such as Apache Ant, Apache Jakarta Taglib BSF 1.1, and Apache Xalan implemented the technology prior to its official release. This was primarily due to its ability to ease the programming task of writing code, such as deploying scripts for special processing in the context of a build; deploying programs/scripts in any of the BSF supported programming languages embedded in JSPs; and allowing to implement extensions to the XSL transformations implemented in any of the BSF- supported programming languages.


Java becoming able to exploit (scripting) programming languages


* BSF allows Java to run programs written in non-Java languages. (BSF can


be used starting from Java 1.3).


* Allows Java applications to use interpreted languages to execute


programs that may be created at runtime, that are stored and edited in


an external file store.


* Allows non-Java applications to use Java to employ scripting languages


(e.g. the ooRexx support for OpenOffice is realized with BSF).


Scripting languages becoming able to exploit Java and applications with


Java interfaces


* Scripting languages can use the Java runtime environment (JRE) as a


huge external function/class library that is available on practically


all platforms ("ported" already by virtue of the JVM).


* Using Java interfaces to applications (even non-Java applications like


OpenOffice) allows any of the BSF programming language to


drive/automate/script them.


The BSF v 2.4.0 distribution also comes with samples demonstrating key features of the framework.


About the Apache Bean Scripting Framework Subproject


A subproject of Apache Jakarta, the Bean Scripting Framework (BSF) is a set of Java classes which provides scripting language support within Java applications, and access to Java objects and methods from scripting languages. BSF allows one to write JSPs in languages other than Java while providing access to the Java class library. In addition, BSF permits any Java application to be implemented in part (or dynamically extended) by a language that is embedded within it. This is achieved by providing an API that permits calling scripting language engines from within Java, as well as an object registry that exposes Java objects to these scripting language engines. For more information visit http://jakarta.apache.org/bsf/


About the Apache Software Foundation


The Apache Software Foundation provides organizational, legal, and financial support for a broad range of Open Source software projects. The Foundation provides an established framework for intellectual property and financial contributions that simultaneously limits contributors' potential legal exposure. Through a collaborative and meritocratic development process, Apache projects deliver enterprise-grade, freely available software products that attract large communities of users. The pragmatic Apache License makes it easy for all users, commercial and individual, to deploy Apache products. For more information, please see http://www.apache.org/

Source: prnewswire


All trademarks and copyrighted information contained herein are the property of their respective owners.


Related Articles


 
Telecom News
Voip News
Hardware News
Wireless News



A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z