|
-
Jell-shell (LGPL)
Hi all,
I created a new Java application: Jell (LGPL).
It is an object oriented shell, integrated with the scripting engine "Judoscript (it realized in Java too).
Even if it is a version 0.1, it is already functional and functioning, and using the tight integration with Judoscript (a very interesting scripting language) Jell is very flexible and powerful.
Jell creates an abstraction layer between the user and the underlying operating system.
Example:
Command in Ms Windows:
> dir
Command in Un*x:
>ls
In Jell you use the same command in every OS:
>jdir.dir
Furthermore, Jell work on local systems and remote systems:
> jdir.dir("c:/temp").get<
> jdir.dir("http://www.google.it").get
or (the same):
> jdir.dir="c:/temp"; jdir.get
> jdir.dir="http://www.google.it"; jdir.get
Please take a look to it; I hope it will be useful for all of you.
More: the downloaded package already contains source code and every jar library to use Jell.
Please send me your comments and opinions!
Internet site is:
http://www.ale870.it
Yahoo discussion group:
http://groups.yahoo.com/group/jell
Thank you!
Similar Threads
-
By kevin3306 in forum VB Classic
Replies: 4
Last Post: 09-15-2005, 06:32 PM
-
By none_none in forum C++
Replies: 13
Last Post: 04-19-2005, 05:20 PM
-
By Larry Rebich in forum dotnet.announcements
Replies: 0
Last Post: 10-15-2002, 01:20 PM
-
By Juergen Thuemmler in forum VB Classic
Replies: 2
Last Post: 06-22-2000, 10:31 AM
-
By Juergen Thuemmler in forum VB Classic
Replies: 0
Last Post: 06-22-2000, 04:12 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks