Janino is a compiler that reads a Java expression, block, or source file, and generates Java bytecode that is loaded and executed dir
Search:
All categories
Business & Productivity Tools
Desktop
Developer Tools
Drivers
Education
Games
Home & Personal
Internet & Networking
Multimedia & Design
Operating Systems
Utilities
»
Home
»
Developer Tools
»
JavaScript
»
Janino
Company:
Arno Unkrig
License:
Freeware
Version:
2
System:
Win95,Win98,WinME,WinNT 3.x,WinNT 4.x,Windows2000,WinXP,Unix,Linux,Mac PPC
Size:
104 KB
Date Released:
09-11-2002
Price:
Screenshot:
Click here to see Screenshot
Downloads:
759
Homepage:
http://janino.codehaus.org
Date added:
Sep 27, 2005
Click here to Download
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.
NEWS
So far, nothing for that!
RECOMMENDED DOWNLOADS IN THIS CATEGORY
»
Home
»
Developer Tools
»
JavaScript
(209)
Select page:
[
1
]
2
3
4
5
6...
»
Javascript SlideMenu
Javascript SlideMenu is a powerful Javascript-producing design tool for creating slide menu on web pages. The menu will slide out if mouse moves over the vertical menu bar and it will slide back if mouse moves out. ...
USINGIT.COM | 532 KB | Windows | 0 | Downloads: 736
Date added: Sep 27, 2005 |
»
Details
»
Stat-Box
Stat-Box v1.0 is an easy-to-use and completely customizable verticle graph/statistics scroller, perfect for displaying contest results, sports scores, survey results or any place where a color-coded statistical display is required. It has support for imag ...
Spriteworks Developments | 38 KB | Win 3.1x,Win95,Win98,WinME,WinNT 3.x,WinNT 4.x,WinXP,Windows2000 | 12.95 | Downloads: 708
Date added: Sep 27, 2005 |
»
Details
»
Sothink DHTML Menu Suite
Sothink menu builder helps the web designer to create professional DHTML menus easily! It is unnecessary to be familiar with JavaScript or DHTML acknowledge. Just with builder, you can build DHTML drop down, popup or tree-like menus in few minutes. The ge ...
SourceTec Software | 9690 KB | Win98,WinME,Windows2000,WinXP,Windows2003 | 74.95 | Downloads: 735
Date added: Feb 12, 2007 |
»
Details
»
Antechinus JavaScript Editor
Add JavaScript code to your HTML pages quickly and easily - giving your Web creations a real edge. Antechinus transforms your pages from displaying static content to live, dynamic, interactive applications. JavaScript Editor offers: * Syntax Check * Run a ...
C Point | 5429 KB | Win95,Win98,WinME,WinNT 3.x,WinNT 4.x,Windows2000,WinXP,Windows2003 | 49.95 | Downloads: 795
Date added: Sep 27, 2005 |
»
Details
»
Atrise Everyfind
Everyfind allows you to design a website search engine script for web site, CD/DVD, MP3/OGG music and your PC. It can index 30+ file formats and generate multilingual ultrafast, powerfull and compact search engine with a nice look and feel. Visual compati ...
Atrise Software Co. | 2731 KB | Win95,Win98,WinME,WinXP,WinNT 4.x,Windows2000,Windows2003 | 69.95 | Downloads: 781
Date added: Sep 27, 2005 |
»
Details
»
M6.Net Traffic Wizard
The M6.Net Traffic Wizard is a free site management/creation tool that makes the life of the developer and web master a lot easier. The software allows you to generate highly customizable code that works on most major browsers, like Internet Explorer, Fir ...
M6.Net | 595 KB | Win98,WinME,WinNT 3.x,WinNT 4.x,Windows2000,WinXP,Windows2003 | 0.00 | Downloads: 738
Date added: Feb 12, 2007 |
»
Details
»
Advanced Treeview Java Tree Menu
With this feature packed and highly customisable Java Tree Menu you will be quickly adding a great menu navigation aid to web sites, help systems, documentation, intranets and much more. Advanced yet both Easy and Quick to implement. No knowledge of java ...
Sirius Computer Consultants Limited | 189 KB | Win 3.1x,Win95,Win98,WinME,WinNT 3.x,WinNT 4.x,Windows2000,WinXP,Windows2003,OS/2,OS/2 Warp,OS/2 Warp 4,MAC 68k,Mac OS X,Mac Other,Unix,Linux,MS-DOS | 24 | Downloads: 776
Date added: Oct 25, 2007 |
»
Details
»
Hi-Liter
Hi-Liter v1.0 is an easy-to-use and completely customizable verticle navigation menu and includes 6 different arrow markers. Hi-Liter v1.0 provides a convenient way for visitors to navigate your site. ...
Spriteworks Developments | 16 KB | Win 3.1x,Win95,Win98,WinME,WinNT 3.x,WinNT 4.x,WinXP,Windows2000 | 4.95 | Downloads: 746
Date added: Sep 27, 2005 |
»
Details
»
Yaldex PopUp 3.0
This WYSIWYG (What You See Is What You Get) program generates HTML and JavaScript code to open a URL in a new (PopUp) window. You can specify the properties of the new window, including its size, attributes (whether it is resizable, has a menu bar, and so ...
Yaldex Software | 609 KB | Win98,WinME,WinNT 3.x,WinNT 4.x,Windows2000,WinXP,Windows2003 | 14.10 | Downloads: 431
Date added: Sep 27, 2005 |
»
Details
»
Yaldex PopUp 4.2
This WYSIWYG (What You See Is What You Get) program generates HTML and JavaScript code to open an URL in a new (PopUp) window. You can specify the properties of the new window, including its size, attributes (whether it is resizable, has a menu bar, and s ...
Yaldex Software | 1058 KB | Win95,Win98,WinME,WinNT 3.x,WinNT 4.x,Windows2000,WinXP,Windows2003 | 14.10 | Downloads: 476
Date added: Feb 12, 2007 |
»
Details
»
Yaldex StatusTitle Maker 5.2
Yaldex StatusTitle Maker generates JavaScript code to show a message in the status or title bar. For example, you can describe the destination of a link in the status or title bar instead of showing the URL associated with it. Also there are many adjusted ...
Yaldex Software | 1045 KB | Win95,Win98,WinME,WinNT 3.x,WinNT 4.x,Windows2000,WinXP,Windows2003 | 14.20 | Downloads: 375
Date added: Feb 12, 2007 |
»
Details
»
JavaScript Vertical Message Scroller
JavaScript Vertical Message Scroller creates scrolling messages to web pages! This script was included into Web Designers Toolkit. Web Designers Toolkit includes many professional script authoring tools into one program. Many of them are winning-award pro ...
USINGIT.COM | 9 KB | Win95,Win98,WinME,WinNT 4.x,Windows2000,WinXP,Windows2003 | 9.99 | Downloads: 743
Date added: Sep 27, 2005 |
»
Details
»
dhtmlxMenu
Free for non-commercial use. dhtmlxMenu represents an excellent solution for web navigation. If you need to integrate DHTML or Javascript navigation system into your web application or web site you can do it easily with dhtmlxMenu. This JavaScript navigat ...
Scand | 101 KB | Win95,Win98,WinME,WinNT 3.x,WinNT 4.x,Windows2000,WinXP,Windows2003,Unix,Linux,Mac OS X,Mac Other | 49 | Downloads: 678
Date added: Sep 27, 2005 |
»
Details
»
Sothink DHTML Menu
Sothink DHTMLMenu is a professional DHTML menu builder, which helps web designer to create beautiful menus. It is unnecessary to be familiar with JavaScript or DHTML acknowledge, just with Sothink DHTMLMenu, you can build DHTML drop down or popup menus in ...
SourceTec Software | 5430 KB | Win95,Win98,WinME,WinNT 4.x,Windows2000,WinXP | 55 | Downloads: 736
Date added: Feb 12, 2007 |
»
Details
»
Web Designers Toolkit with Slideshows
Web Toolkit Plus includes many professional script authoring tools into one program. Many of them are winning-award products. With this easy-to-use web authoring toolkit, you can easy to draft, design, develop and deploy scripts such as menu, navigation, ...
Usingit.com | 8712 KB | Win95,Win98,WinME,WinNT 4.x,Windows2000,WinXP,Windows2003 | 99.95 | Downloads: 713
Date added: Feb 12, 2007 |
»
Details
»
JavaScript FH Plus
JavaScript FH Plus have the biggest collection of Java Scripts that has been published in a program, this is the ultimate source for Java Scripts. The program contains 170 finished Java Scripts, with every java effects you can think of. JavaScript FH Plus ...
Emtec.no | 3607 KB | Win95,Win98,WinME,WinNT 4.x,WinXP,Windows2000 | 35 | Downloads: 731
Date added: Oct 25, 2007 |
»
Details
»
JavaScript PopUpMenu Builder 2006
JavaScript-producing design tool for creating menu system on web pages. The menu script can be customized highly and easily through the SCP(Script Configuration Program). You can specify caption, font, color, link and more to script. It is unnecessary to ...
Usingit.com | 691 KB | Win95,Win98,WinME,WinNT 4.x,Windows2000,WinXP,Windows2003 | 39.99 | Downloads: 713
Date added: Feb 12, 2007 |
»
Details
»
Menu-Bar
Menu-Bar v1.0 is an easy-to-use and completely customizable horizontal navigation menu with custom cursor support, support for special effects (IE only with the exception of transparencies) and 9 different border styles. It is easy to configure and use an ...
Spriteworks Developments | 6 KB | Win 3.1x,Win95,Win98,WinME,WinNT 3.x,WinNT 4.x,WinXP,Windows2000 | 9.95 | Downloads: 709
Date added: Sep 27, 2005 |
»
Details
»
FastHTM Menu Builder
Fast HTML Menu Builder This Program - the best HTML Menu Builder in World. You can easily make the complex menu for 5 minutes, it is better than any WebMaster. You menu will be REVOLUTIONARY SMALL (1-3 kb) - others menu 30-80kb !! Easy to be added into we ...
FastHTM | 414 KB | Win98,WinME,WinXP,WinNT 3.x,WinNT 4.x,Windows2000,Windows2003 | 28 | Downloads: 773
Date added: Sep 27, 2005 |
»
Details
»
Scripting Modules
Create and customize over 70 scripts with no programming. Real-time previews and image/font/texture libraries. ...
Spriteworks Developments | 964 KB | Windows | 20.00 | Downloads: 693
Date added: Sep 27, 2005 |
»
Details
go to top
Select page:
[
1
]
2
3
4
5
6...
2005
downloads programs
Submit Program
|
Contact us
What Font is
|
fonts
|
free fonts
|
download fonts
|
free fonts download
|
web fonts
|