• Home
  • Most Popular
  • Submit
  • About Us
  • Contact Us

Softpile

Free Downloads

Categories
  • Home
  • Most Popular
  • Communications
  • Desktop
  • Games & Entertainment
  • Graphic Apps
  • Network & Internet
  • Security & Privacy
  • System Utilities
Alternative to itextsharp 2022.11.10347
IronPDF offers an itextsharp alternative for HTML to PDF conversion with C# code examples, documentation, and ...
VShell Server for Linux and Mac 4.8
VShell is a versatile and secure file transfer server that supports multiple protocols and is compatible ...
PDF Studio PDF Editor for Linux 2022
PDF Studio is a cost-effective PDF editor that delivers full compatibility with the PDF Standard. It's ...
VQ Probe for Linux 1.5
VQ Probe is a comprehensive software tool that enables objective and subjective video quality analysis. The ...
Resilient Server 2.3
This Debian GNU/Linux (Buster) based software has a customized partitioning scheme that enhances robustness against filesystem ...
Valentina Studio for Linux 9.6
Valentina Studio is a cross-platform GUI manager for Mac, Windows, and Linux. It allows users to ...
VPN Lifeguard for Linux 1.0.58
The software monitors VPN connection and automatically terminates apps during connection loss, re-establishes the connection and ...
G_Viewer 0.84
G_Viewer is a Linux software that serves as both a file system and photo/image viewer. It ...
Checksome File Hash Tool for Linux 1.1
This software allows for the generation and verification of file hashes. It is a quick and ...
KeyWrangler Password Manager for Linux 1.2
A password management software that is secure, offline and extensible. It offers military-grade encryption to protect ...
Home Linux Java Unified Expression Language Download

Java Unified Expression Language

October 15, 2009
This software features an implementation of the unified expression language, allowing users to easily manipulate and evaluate expressions in a consistent and standardized manner.
Version 2.1.2 / 2.2.0 RC2
License Other
Platform Linux
Supported Languages English
Homepage juel.sourceforge.net
Developed by Christoph Beck
Java Unified Expression Language is an implementation of the unified expression language (EL) standard specified by JSP 2.1 (JSR-245). This software has a javax.el.ExpressionFactory implementation, specifically de.odysseus.el.ExpressionFactoryImpl.

The package de.odysseus.el.util provides a variety of useful subclasses, including javax.el.ELContext and javax.el.ELResolver. For example, utilizing this package would allow you to create a simple EL context:

```
de.odysseus.el.util.SimpleContext context = new de.odysseus.el.util.SimpleContext(new de.odysseus.el.util.SimpleResolver());
```

You can also define functions and variables within the context. For instance, to define the function math:max(int, int):

```
context.setFunction("math", "max", Math.class.getMethod("max", new Class[]{int.class, int.class}));
```

To set the variable “foo” with a value of 0:

```
context.setVariable("foo", factory.createValueExpression(0, null));
```

After defining the context, you can create an expression using the ExpressionFactory:

```
javax.el.ValueExpression e = factory.createValueExpression(context, "${math:max(foo,bar)}", null);
```

By setting the value of the top-level property ”bar” to 1, you can then evaluate the expression and return the value using:

```
System.out.println(e.getValue(context)); // --> 1
```

Additionally, JUEL jar may be run from the command line to dump the parse tree of an EL expression:

```
$ java -jar juel-2.1.x.jar "#{unified(expression[language])}"
+- #{...}
|
+- unified(...)
|
+- [...]
|
+- expression
|
+- language.
```

Overall, Java Unified Expression Language is a useful implementation of the unified expression language standard, providing several essential features for software developers seeking efficient expression evaluation.
What's New

Version 2.1.2 / 2.2.0 RC2: N/A

Free Download 236K
385
  • Share on:

Most Popular

  1. Quicksilver Forums 1.4.2
    154
  2. Dvgrab 3.4
    102
  3. DynVPN 1.0
    89
  4. CherryTV 0.1
    81
  5. SlideMap 1.2.2
    80
  6. porm r2
    73
  7. Clewarecontrol 0.8
    72
  8. Java Games 1.0
    72
  9. Swiftfox 3.0b5pre-2
    71
  10. fuseftp 0.8
    71

Related Downloads

MySQL Administrator
MySQL Administrator is a visual console that helps manage MySQL environment with ...
SVG Charter
The SVG Charter software is designed to create charts and graphs effortlessly. ...
TimeVault
TimeVault is an uncomplicated frontend for creating snapshots of multiple directories.
Firetero
Firetero is a workstation or server-based Iptables Firewall software that enhances network ...
SaxenOS Desktop Server
SaxenOS Desktop Server is the inaugural functioning Live CD, running LTSP Linux ...
konvenientSUSE
KonvenientSUSE is a versatile Kommander script that simplifies adding package repositories, installation ...
Py-gtktree
A tool for PyGTK tree models which enables the creation of a ...
dxf2G
DXF2G is a user-friendly software converting 2D DXF files to .ngc G-code ...
Jumpgate
Jumpgate is a powerful TCP connection forwarder that offers a wide range ...
xlsslice
Xlsslice is a basic software script that imports two xls data files ...
Copyright © 1999-2025 Softpile Free Downloads
  • Most Popular
  • Submit
  • About Us
  • Contact Us
  • Privacy Policy
  • Disclaimer
  • Terms of Use

Can we use your data to tailor ads for you?

Our partners will collect data and use cookies for ad personalization and measurement.

By choosing "I agree", closing this pop-up or clicking on any element on the page, you agree to the use of cookies to help us provide you with a better user experience.

Learn how Softpile and our partners collect and use data.

You can change your choice at any time in our privacy center.

Cookie Settings

Our website stores four types of cookies. At any time you can choose which cookies you accept and which you refuse. You can read more about what cookies are and what types of cookies we store in our Cookie Policy.

are necessary for technical reasons. Without them, this website may not function properly.

are necessary for specific functionality on the website. Without them, some features may be disabled.

allow us to analyse website use and to improve the visitor's experience.

allow us to personalise your experience and to send you relevant content and offers, on this website and other websites.