BeanShell is a Java scripting language, invented by Patrick Niemeyer. It runs in the Java Runtime Environment (JRE) and utilizes Java's own syntax, in addition to scripting commands and syntax.

PropertyValue
dbpprop:abstract
  • BeanShell is a Java scripting language, invented by Patrick Niemeyer. It runs in the Java Runtime Environment (JRE) and utilizes Java's own syntax, in addition to scripting commands and syntax. While BeanShell allows its users to define functions that can be called from within a script, its underpinning philosophy has been to not pollute its syntax with too many extensions and "syntactic sugar", thereby ensuring that code written for a Java compiler can almost always be executed interpretively by BeanShell without any changes and, almost just as much, vice versa. This makes BeanShell a popular testing and debugging tool. BeanShell supports scripted objects as simple method closures like those in Perl and JavaScript. BeanShell is an open source project and has been incorporated into many applications, such as OpenOffice. org, Apache Ant, WebLogic Server Application Server, jEdit, JUMP GIS and many others. BeanShell provides an easy to integrate API. It can also be run in command-line mode or within its own graphical environment. BeanShell is currently undergoing standardization through the Java Community Process (JCP) under JSR 274. Following the JCP approval of the BeanShell JSR Review Ballot in June 2005, no visible activity was taking place around BeanShell. A fork of BeanShell, beanshell2, was created in May 2007 on the Google Code website. The beanshell2 project has made a number of fixes and enhancements to BeanShell, but has not so far made a stable release.
  • BeanShell ist eine dynamische Skriptsprache für die Java-VM von Pat Niemeyer. Sie erlaubt es, nahezu unveränderten Java-Code durch einen Interpreter auszuführen. Wie bei Python oder Perl wird der Code dabei vorher in einen Abstract Syntax Tree (AST) übersetzt. BeanShell wird gerne als Sprache für Makros eingesetzt, beispielsweise im Texteditor jEdit. Neben klassischer Java-Syntax bietet BeanShell einige der für Skriptsprachen typischen Vereinfachungen wie dynamische Typisierung statt statischer Typisierung, globale Variablen und Funktionen, (eingeschränkten) reflexiven Zugriff auf das Programm selbst und ähnliches. Die Syntax ist allerdings stark an die des originalen Java angelehnt, was es für Java-Programmierer leicht macht, zwischen beiden Sprachen zu wechseln oder zu übersetzen. Da BeanShell in der Lage ist, von bestehenden Java-Klassen zu erben oder beliebige Schnittstellen zu implementieren, lässt sie sich gut zusammen mit bestehenden Frameworks und Anwendungen einsetzen. BeanShell erweitert die Java-Syntax besonders in folgenden zwei Punkten, wodurch eine höhere Produktivität erreicht werden soll. Methoden (Funktionen) können selbst wieder Methoden enthalten, und sich selbst als Closure über die Rückgabe von this zum Objekt erheben. Eine weitere Besonderheit ist die zusätzlich zur klassenbasierten zur Verfügung stehende Prototyp-basierte Objektorientierung. Aktuell ist Version 2.0 beta 4, die Entwicklung geht relativ langsam voran, die Sprache ist daher stabil und ohne größere Fehler. Bisher unterstützt BeanShell nur wenige der syntaktischen Neuerungen in Java 1.5, die Entwickler arbeiten daran, volle Kompatibilität herzustellen. Ähnliche Ansätze verfolgen die Skriptsprachen Groovy, Jacl für TCL, Rhino für JavaScript, Jython für Python und JRuby für Ruby.
  • BeanShell é uma linguagem de script Java, criada por Patrick Niemeyer. Roda em JRE (Java Runtime Environment) e utiliza a própria sintaxe Java, além de scripts, comandos e sintaxe. Enquanto BeanShell permite que seus usuários definam funções que podem ser chamadas de dentro de um script, a sua filosofia subjacente tem sido a de não poluir sua sintaxe com muitas extensões e "sintática leve", garantindo assim que o código escrito para um compilador Java possa ser quase sempre interpretado e executado por BeanShell sem nenhuma alteração, e vice-versa. Isto torna BeanShell uma ferramenta popular de teste e depuração. Ele suporta scripts objetos como método simples de fechamento como aqueles em Perl e JavaScript. BeanShell é um projeto open source e foi incorporada em muitas aplicações, tais como o OpenOffice. org, o Apache Ant, Weblogic Server, jEdit, e muitos outros. BeanShell proporciona uma facilidade de integrar a API. Também pode ser executado em modo de linha de comando ou no seu próprio ambiente gráfico. Esta linguagem de script está atualmente passando por uma padronização, através do Java Community Process, sob JSR 274. Seguindo a aprovação do JCP do BeanShell JSR Review Ballot em junho de 2005, nenhuma atividade visível estava ocorrendo no BeanShell. O fork do BeanShell, beanshell2, foi criado em maio de 2007, no site do Google Code. O projeto beanshell2 fez algumas correções e melhoras no BeanShell, mas não há até agora uma versão estável do novo projeto. Boo Groovy JRuby Jython Comparação entre linguagens de programação Página oficial do BeanShell JSR-274
  • BeanShell це скриптова мова на основі Java, розроблена Патриком Німейером (Patrick Niemeyer). Вога робить під Java Runtime Environment (JRE) і використовує власний синтаксис Java, долучений до скриптових команд і синтаксису. Оскільки BeanShell дозволяє своїм користувачам визначати функції, що можуть бути викликані зі скрипту, і має як основоположну філософію не змішувати свій синтаксис з дуже багатьма розширеннями і "синтаксичним цукром", тим самим певно, що код написаний для компілятора Java практично завжди буде виконаний інтерпретатором BeanShell без змін і, практично завжди, без змін відбудеться міграція коду в зпоротеьому напрямку. Це робить BeanShell популярним інструментом тестування і відладки. BeanShell підтримує скриптові об'єкти простим методом замикання, подібно до того, як це роблять Perl чи JavaScript. BeanShell являється проектом з відкритим кодом і включений до числених застосунків, таких як OpenOffice. org, Apache Ant, BEA WebLogic Application Server, jEditі багатьох інших. BeanShell має API, просте для інтеграції. Також він може запускатися в режимі командного рядка або всередені свого власного графічного середовища. Java Community Process ухвалив JSR 274, що означає, що зрештою BeanShell стане частиною платформи Java.
dbpprop:designer
dbpprop:hasPhotoCollection
dbpprop:influencedBy
dbpprop:latestReleaseVersion
  • 1.3.0
dbpprop:latestTestVersion
  • 2.0b4
dbpprop:license
dbpprop:name
  • BeanShell
dbpprop:operatingSystem
dbpprop:paradigm
dbpprop:portalProperty
  • Free Software Portal Logo.svg
  • Free software
dbpprop:reference
dbpprop:typing
dbpprop:website
dbpprop:wikiPageUsesTemplate
dbpprop:wordnet_type
dbpprop:year
  • 2000 (xsd:integer)
rdf:type
rdfs:comment
  • BeanShell is a Java scripting language, invented by Patrick Niemeyer. It runs in the Java Runtime Environment (JRE) and utilizes Java's own syntax, in addition to scripting commands and syntax.
  • BeanShell ist eine dynamische Skriptsprache für die Java-VM von Pat Niemeyer. Sie erlaubt es, nahezu unveränderten Java-Code durch einen Interpreter auszuführen. Wie bei Python oder Perl wird der Code dabei vorher in einen Abstract Syntax Tree (AST) übersetzt. BeanShell wird gerne als Sprache für Makros eingesetzt, beispielsweise im Texteditor jEdit.
  • BeanShell é uma linguagem de script Java, criada por Patrick Niemeyer. Roda em JRE (Java Runtime Environment) e utiliza a própria sintaxe Java, além de scripts, comandos e sintaxe.
  • BeanShell це скриптова мова на основі Java, розроблена Патриком Німейером (Patrick Niemeyer). Вога робить під Java Runtime Environment (JRE) і використовує власний синтаксис Java, долучений до скриптових команд і синтаксису.
rdfs:label
  • BeanShell
  • BeanShell
  • BeanShell
  • BeanShell
owl:sameAs
skos:subject
foaf:homepage
foaf:page
is dbpprop:influenced of
is dbpprop:redirect of
is owl:sameAs of