| |
|
|
Development
Janino - 2.5.6 |
Janino is a compiler that reads a Java expression, block, or source file, and generates Java bytecode that is loaded and executed directly. It is not intended to be a development tool, but an embedded compiler for run-time compilation purposes. |
|
|
|
|
|
Software Description:
Janino is a compiler that reads a Java expression, block, or source file, and generates Java bytecode that is loaded and executed directly. It is not intended to be a development tool, but an embedded compiler for run-time compilation purposes, such as expression evaluators or "server pages" engines like JSP.
Properties
The major design goal was to keep the compiler small and simple, while partially sacrificing completeness. I don't like the idea of carrying around huge libraries for simple applications. See Parser for the list of implemented and missing language features.
When do you need an efficient expression evaluator?
Say you build an e-commerce system, which computes the shipping cost for the items that the user put into his/her shopping cart. Because you don't know the merchant's shipping cost model at implementation time, you could implement a set of shipping cost models that come to mind (flat charge, by weight, by number of items, ...) and select one of those at run-time.
In practice, you will most certainly find that the shipping cost models you implemented will rarely match what the merchant wants, so you must add custom models, which are merchant-specific. If the merchant's model changes later, you must change your code, re-compile and re-distribute your software.
Because this is so unflexible, the shipping cost expression should be specified at run-time, not at compile-time. This implies that the expression must be scanned, parsed and evaluated at run-time, which is why you need an expression evaluator.
A simple expression evaluator would parse an expression and create a "syntax tree". The expression "a + b * c", for example, would compile into a "Sum" object who's first operand is parameter "a" and who's second operand is a "Product" object who's operands are parameters "b" and "c". Such a syntax tree can evaluated relatively quickly. However, the run-time performance is about a factor of 100 worse than that of native Java code.
|
| Software Requirements: |
|
JDK 1.3.1 or above
|
| This software is designed to run on the following operating systems: |
|
Windows 95, Windows, Windows 98, Windows Me, Windows NT, Windows 2000, Windows XP, Linux, Unix,Linux,Mac PPC
|
| Keywords: |
|
Java, Compiler, Embedded, Expression, Evaluation, Script, Scripting, Jvm, Virtual, Machine
|
| Download Link: |
|
|
|
| Screenshot |
|
|
|
|
|
| Feedback Summary: |
Show All Feedback (0)
|
|
|
|
 |
|
|
|
| Janino related software |
| Title / Version / Description |
Size |
License |
Price |
| Pawn 3.2.3664 | 5.4 MB | Freeware | | An embedded scripting language, specifically designed to extend applications. Features include a small footprint, inherent support for automatons or "state machines", quick execution of the P-code and a good interface to "native" functions. These features make Pawn a good scripting language for games, multimedia applications and embedded software (for which scripting is needed). Optimized P-code ("bytecode") interpreter in assembler (Windows &... |
|
| paxCompiler 1.4 | 355.4 KB | Shareware | $149 | paxCompiler is an embeddable compiler of Pascal programming language that generates machine code for Intel processor. You can use the compiler as a scripting engine, so you can customize and extend your Delphi, VC++ or Free Pascal application without having to recompile it. The key features of the paxCompiler are: -the compiler was initially written in Borland Delphi as a set of Delphi components; - source code of paxCompiler is compatible... |
|
| Scriptol PHP Compiler 6.3 | 781.2 KB | Freeware | | Scriptol is a modern and easy to learn programming language. The minimal Scriptol program is just one line: print "hello", for example.
It is intended both to program applications (using XUL or GTK for the graphical interface), or scripts and Web pages. Inside web pages Scriptol is converted to PHP and provides to PHP error checking at compile time. Scriptol is object oriented and XML oriented. It is the first programming language to... |
|
| LSP tutorial 1.0 | 24.7 KB | Freeware | | Tutorial for the Lua programming language and web-development using LSP.
Lua Server Pages, LSP for short, is a blinding fast general-purpose scripting language that is well suited for Web development and can be embedded into HTML. LSP supports the latest Web development techniques such as WEB 2.0 applications, Ajax, and Web-Services.
LSP is powered by the powerful and light weight programming language Lua and is comparable to the speed... |
|
| MIDlet Pascal 2.01 | 1.7 MB | Shareware | $39 | Use your Pascal programming skills to develop fully functional Java games and applications for your mobile phone. Midlet Pascal compiles Pascal functions and objects directly into Java bytecode which can be used on any Java supported mobile phone. Some of features: * enerates low-level, small and fast Java™ bytecode * full Pascal specification support * parts of code can be written directly in Java * SMS messaging * HTTP connectivity *... |
|
|
|
| Other popular software in this category |
| Title / Version / Description |
Size |
License |
Price |
| Speech Engine DLL SDK 5.0 | 6.0 MB | Freeware | | Start recognizing voice commands in any spoken language with Research-Lab's Isolated Words Language-Independent Speech Recognition Engine. From writing a simple voice commands recognition program to a VoiceXML PC-To-PC Interactive Voice Response, English Language is no more a programmers only limit . Need also arises in conditions when one requires to add a user interface with hands-free control . Comes packed as an ActiveX DLL and can be used... |
|
| AllMedia Grabber 2.0 2.0 | 4.6 MB | Shareware | 24.9EUR | Extract Thousands Pictures, Videos, Music, Sounds hidden inside programs / files on your computer with AllMedia Grabber.
AllMedia Grabber searches in files (executables, libraries, custom controls, data files e.t.c.) and extracts multimedia files.
Features:
- Extract files stored in EXECUTABLES, LIBRARIES, CUSTOM CONTROLS, MICROSOFT OFFICE FILES, DATABASES, RAW or BINARY FILES (like exe, dll, ocx, doc, ppt, xls, pdf, mdb, raw,... |
|
|
| WAB-Processor 2.0 | 310.0 KB | Shareware | $29.95 | Windows Address Book Processor is a Delphi Component that provides easy access to Windows Address Book (WAB). You can directly edit, add and delete contacts and groups (distribution lists) from WAB.
This WAB component will easily add Windows Address Book import, export and edit capabilities to any Delphi application.
All Address Book database workarounds are implemented within this component. |
|
| ASP.NET Mobile Barcode Professional 2.0 | 853.0 KB | Shareware | $139 | Barcode Professional is a server control which can generate the most popular Linear and 2D Barcode Symbologies. After specifying a Value to encode, choosing a Barcode Symbology, and setting its properties, Barcode Professional will render the barcode image for each mobile device in the preferred image format by each of them. At design-time it shows you the barcode image with its WBMP conversion. It does not require that the ASP.NET account... |
|
|
|
|
| |