- 1NDS Specific - NDSMagic184
- 2Kaldin | Online examination software20
- 3PeaZip for Linux19
- 4MiniBill 1.2:2123
- 5Visichat11
- 6Open Clip Art Library97
- 7Security Software - ActivIdentity SecureConsoleā¢55
- 8Lightweight Java Game Library41
- 9Webdesign-Forum.de Toolbar45
- 10Tiny Mp3 Player8
- 11FoxyTunes 2.2.5 for21
- 12NDS Specific - NDS Exporter187
- 13coComment!12
- 14RmiJdbc250
- 15Boingle12
- 1Infinite MLM Software1
- 2Tiny Mp3 Player8
- 3Visichat11
- 4PeaZip for Linux19
- 5Kaldin | Online examination software20
- 6RationalPlan Project Server63
- 7Secure Image Pro Linux17
- 8RationalPlan Project Management Software15
- 9AXIGEN Mail Server for Linux19
- 10DISKExtinguisher23
- 11Collanos Workplace Linux31
- 12TbcParser20
- 13Image for Linux116
- 14Aml Pages9
- 15Calculator++25
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.
Price:Free
Downloads:59
Size:967.0 KB
Platform:Linux, WinXP, Windows 2000
Abbot helps you test your Java UI. Abbot framework comprises Abbot, which lets you programmatically drive UI components, and Costello (built on Abbot) which allows you to easily launch, explore and control an application.
DateAug 24, 2010
AuthorAbbot Team
Size5.7 MB
LicenseFreeware
PriceFree
PlatformLinux
CategoryLinux Programming
JBuzzer project is a free java application that allows to load audio samples and assign them to keys on your computer keyboard. Currently audio samples in PCM (*.wav) and MPEG Layer 3 (*.mp3) are supported.
DateAug 5, 2010
AuthorAchim Westermann
Size2.6 MB
LicenseFreeware
PriceFree
PlatformLinux
CategoryLinux Audio
AgileTrack is a Java based application for tracking software development in agile development teams.
DateAug 17, 2010
AuthorAdam M. Lane
Size4.5 MB
LicenseFreeware
PriceFree
PlatformLinux
CategoryLinux Programming
JBother is a Jabber client written in pure Java (1.4.x). It supports groupchat in a tabbed window, multiple resources, transport registration (so you can get on AIM, MSN, Yahoo!
DateOct 15, 2010
AuthorAdam Olsen
Size8.2 MB
LicenseFreeware
PriceFree
PlatformLinux
CategoryLinux Internet
Clara is a help-documentation tool for C++ or java developers. Basically she paints a diagram - a clara diagram - from a class.
DateSep 12, 2010
AuthorAlejandro Xalabarder Aulet
Size194.6 KB
LicenseFreeware
PriceFree
PlatformLinux
CategoryLinux Business
