Home | New software | Software catalog | Submit Software | Advanced Search | Partners     

Janino 2.5.11 details


Company: Arno Unkrig [More Softs]
Release date: 2002-11-09
Last update: 2007-12-20
License: Freeware
Platform: Win95,Win98,WinME,WinNT 3.x,WinNT 4.x,Windows2000,WinXP,Unix,Linux,Mac PPC
Language: English
File size: 104 KB
System Requirements: JDK 1.3.1 or above
Download Janino 2.5.11
Soft Janino awarded by downloadsofts.com

Rate this software:

Rating: 0.0/5 (0 votes cast)

Janino 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.

Notification and links

Add to Favorites || Send to a Friend || Send to a friend by YM
If you would like to be notified when this program is updated enter you email and subscribe to our newsletter
Link to this software from your blog or personal page(copy and paste this code):
Download Janino 2.5.11
Janino 2.5.11 review and details
Sponsored Links

Related Janino

Happy XP-3000 Ticker Menu 1.30     
Friendly, easy-to-use ticker menu styled in a great-looking XP-3000 design.
Price:39$, Rating: 0, Downloads: 761
Sothink DHTML Menu Suite 5.1     
Get DHTML tree-like menu or drop-down menu without writing JavaScript code.
Price:99.00$, Rating: 0, Downloads: 408
DiFolders 2.3     
Program that automates file routines with given rules for file types.
Price:39.95$, Rating: 0, Downloads: 809
Happy Aqua-R Ticker Menu 1.30     
Friendly, easy-to-use ticker menu styled in a refreshing Aqua-R theme.
Price:39$, Rating: 0, Downloads: 977
Link-Box 1.0     
Link-Box v1.0 is an easy-to-use sidebar link container.
Price:7.95$, Rating: 10.005, Downloads: 312
Yaldex Colored ScrollBars 1.6 1.6     
It generates CSS Style definitions to add colored scrollbars on your web pages
Price:14.50$, Rating: 0, Downloads: 645
SD-Scroll 1.0     
An easy-to-use and completely customizable vertical news scroller.
Price:7.95$, Rating: 0, Downloads: 212

Janino 2.5.11 reviews

Name:
*Email: 
*Review: 
*Rating: