Main > Free Download Search >

Free applet vs standalone application software for linux

applet vs standalone application

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 5914
SOPE Application Server 4.5.9

SOPE Application Server 4.5.9


The SOPE package is an extensive set of frameworks. more>>
SOPE Application Server is an extensive set of frameworks (16 frameworks, ~1500 classes) which form a complete Web application server environment.
Besides the Apple WebObjects compatible appserver extended with Zope concepts, it contains a large set of reusable classes: XML processing (SAX2, DOM, XML-RPC), MIME/IMAP4 processing, LDAP connectivity, RDBMS connectivity, and iCalendar parsing.
The individual frameworks of the package can be used standalone (for example in Cocoa applications) and do not require the application server itself.
For MacOSX developers, the package includes SOPE:X, which contains special Xcode and Cocoa support for SOPE.
Enhancements:
- This release fixes a set of minor bugs.
- It improves the vCard parser, the IMAP4 client library, the MySQL adaptor, and BSD packaging.
<<less
Download (4.0MB)
Added: 2006-08-28 License: LGPL (GNU Lesser General Public License) Price:
1152 downloads
1060 NetKernel Standard Edition 3.2

1060 NetKernel Standard Edition 3.2


1060 NetKernel is a resource oriented microkernel and application server. more>>
1060 NetKernel is a resource oriented microkernel and application server that provides a coherent execution abstraction that radically reduces software complexity. Its self-consistent design is based on the convergence and unification of powerful fundamental concepts found in the World Wide Web and Unix.
Resource Oriented Microkernel
The heart of NetKernel is a high-performance, carefully designed, and tightly crafted microkernel. Services and resources within NetKernel are located by URI addresses, just as resources are located on the World Wide Web. NetKernel implements and extends REST 1 into a general-purpose processing abstraction and allows it to be applied to the finest granularity of software systems to achieve phenominal performance; just as the REST Web-architecture achieves global scaling and high performance.
Coherent Abstraction
NetKernel unifies code execution and resource identification into a single addressing and processing abstraction. With this, software development becomes a process of construction (coding services), composition (linking and issuing service and resource requests), and constraint (restricting data values and honoring boundaries).
The simplicity of URI identified resources means that the results of service calls can be cached just as other resources, resulting in self-optimizing software where computation cost is a guaranteed minima.
Reduce Software Complexity
The unification of resources and services with URI addressing radically reduces sofware complexity. Because resources are addressed by URI and each request is a Web-like REST request dispatched to the microkernel, binding between clients and services occurs dynamically for each request. This late binding and the indirection of logical URI addressing results in a loosely coupled system which may be easily adapted. In fact, NetKernel supports dynamic upgrading of software and can support multiple versions of the same components simultaneously.
Complexity brought about by system growth is also managed through the URI address space which may be remodelled and extended indefinitely. A complex aggregation of services may always be abstracted into one or more higher-level services surfaced through URI interfaces.
Main features:
Manage Complexity
- NetKernels unification of resource and service addressing through the active URI scheme combined with late binding and loose typing means that complex systems can be partitioned not just into smaller coorperating systems, you can now create micro-services that hide complexity.
- With NetKernel, design and build larger and more ambitious systems while maintaining control of complexity.
Process XML with ease!
- Processing XML is often just too difficult. But the potential of XML is communication with almost no limit. How to harness and leverage the potential of XML? NetKernel provides hundreds of XML technologies as simple services (no APIs). Simply compose XML services into powerful message processes...
Integrate diverse technologies, apply business logic
- NetKernels uniform URI addressing of resources and service allow you to encapsulate and hide the complexities of any technology, whether it is a Java API, legacy code, or remote corporate systems. Once encapsulated, develop new coordination logic in one of NetKernels scripting languages.
Transport technology independence
- Write a service or application and deploy it to service requests from multiple transports concurrently. NetKernel makes it easy to utilize SOAP 1.1, SOAP 1.2, HTTP, JMS, Email, and Cron.
Extreme performance from intra-application caching
- NetKernels fine-grained dependency cache transparently and opportunistically caches the results of all micro-service requests. NetKernel processes are self-optimizing with guaranteed minimal processing required for a given transaction.
Team Player
- NetKernel has several deployment options that allow it to play well with other technologies and systems. Deploy NetKernel as an advanced standalone application server, as an embedded "co-processor" within existing J2EE applications, as a JMS message processor, as a SOAP client or server, or as an embedded component within any application.
Enhancements:
- New features include support for Berkeley DBXML and PiNKY, a community developed module providing Yahoo! Pipes features.
- Updates include Groovy language support at release 1.0, Ruby (JRuby) support at 0.9.9, and XML library updates.
- There are also documentation updates and UI refinements.
<<less
Download (29MB)
Added: 2007-05-18 License: Other/Proprietary License with Source Price:
891 downloads
TorApplet 0.0.6 Alpha

TorApplet 0.0.6 Alpha


TorApplet is a simple GNOME applet for managing and monitoring the basic activities of the Tor daemon. more>>
TorApplet is a simple GNOME applet for managing and monitoring the basic activities of the Tor daemon.

<<less
Download (0.17MB)
Added: 2006-01-24 License: GPL (GNU General Public License) Price:
1368 downloads
Jiplet Container 0.1.0b

Jiplet Container 0.1.0b


Jiplet is short for Java SIP Servlet. more>>
Jiplet is short for Java SIP Servlet. Jiplet Container project is an open-source container for server-side SIP applications. An application developer can create a SIP application written in Java using the Jiplet API and deploy the application in the container.
The container provides a number of framework services including support for SIP message parsing and formatting, scoped variables, authentication and authroization, thread-pooling, logging, custom class loading, management interface, etc. It enables application developer to create server-side SIP applications using a component-based model similar to that envisioned by the J2EE architecture.
In fact, it fits very well with the J2EE paradigm for software development and deployment. The jiplet container software can either be run as a standalone Java application or deployed as a service residing in a J2EE server. When running as a J2EE service, the jiplet container can access many of the features offered by the J2EE server.
In addition, The jiplet container is built with the service provider model in mind. In this model, a service provider can host customized SIP applications from their customers in a secure manner similar to the servlet hosting offered by many service providers.
The jiplet container is very similar to a Java HTTP servlet container in concept. A Java HTTP servlet is a Java class that handles HTTP messages from web browsers. Similarly, a jiplet is a Java class that handles SIP messages from SIP user agents (SIP phones and SIP servers).
A servlet container like Apache Tomcat can host one or more web applications (contexts), each consisting of one or more servlets. Similarly, the jiplet container can host one or more SIP applications (contexts) consisting of one or more jiplets.
Similar to the servlet API authored by Sun Microsystems, the jiplet container provides a set of Java classes that jiplet applications extend or use. The services provided by these classes are very similar to those of the servlet API including scoped variables, request forwarding from one jiplet to another, etc.
As in a servlet container, new jiplet applications, or contexts, can be deployed using a zipped file called spr (war is the Java servlet terminology). Since there are differences between the HTTP and SIP protocols, the servlet and the jiplet containers have some notable differences.
However, the jiplet is not a formal specification like the servlet specification. It is also not an implementation of the SIP servlet specification (JSR 116) authored by Sun and its community of users. There are many similarities between the jiplet and the SIP servlet in terms of features. If you are familiar with SIP servlets, you will feel right at home with the jiplet container.
We are planning to continue developing the jiplet container based on feedback provided by that the open-source community. We are hoping that open-source developers will extend this tool and the specification instead of a committee.
Main features:
- Open-source API for developing server-side SIP applications. Based on the JAIN-SIP API.
- Offers component-based development model.
- Servlet-like development and runtime environment.
- Access to powerful JAIN-API from SIP applications.
- JMX management interface for interfacing with management systems.
- Web-based user interface for managing jiplet applications.
- Support for scoped variables including application, session, request, transaction and dialog-scoped variables.
- Support for forwarding SIP messages from one jiplet to another.
- Container-managed authentication and authorization.
- Support for application timers.
- Can run as a standalone application or it can be integrated with JBOSS as a J2EE service.
- Comprehensive support for the service-provider model.
Enhancements:
- The final release (version 1.2) of the NIST SIP stack Reference Implementation has been incorporated into the Jiplet Container and reference applications.
- The new listening point architecture has been integrated into the Jiplet Container SIP connector.
- One connector can now use more than one IP address for SIP messaging.
- Convenience methods have been added to the Jiplet class for jiplet developers to handle additional listening points and SIP providers.
- The Jiplet Container message proxying has been updated to work in a multi-homed environment.
- The software has been tested with Jboss 4.0.5.GA.
<<less
Download (15.2MB)
Added: 2006-09-04 License: GPL (GNU General Public License) Price:
1150 downloads
SimpleJTA 2.0.2 Alpha

SimpleJTA 2.0.2 Alpha


SimpleJTA implements a standalone JTA compliant Transaction Manager. more>>
SimpleJTA implements a standalone JTA compliant Transaction Manager. SimpleJTA project is primarily designed to be used when a J2EE server is not available, for example, in Servlet applications, or standalone Java programs.
SimpleJTA is being developed and tested with Oracle 9i and Apache Derby database management systems. It is fairly easy to add support for other database systems that support the XA interface.
Main features:
- SimpleJTA does not require a J2EE or Servlet container. It provides an implementation of UserTransaction interface so that an application using SimpleJTA can easily switch to another JTA implementation.
- SimpleJTA implements a transaction log to enable recovery after system crashes.
- Distributed transaction propagation between multiple application servers is not supported. There is no support for JTS.
- SimpleJTA implements the UserTransaction, Transaction and TransactionManager interfaces. The Transaction and TransactionManager interfaces have not been tested extensively.
- SimpleJTA provides its own JDBC datasources for Oracle and Derby. It is easy to add support for other database systems.
- SimpleJTA JDBC datasources and UserTransaction implementation can be registered to JNDI, but this has not been tested yet.
- There is experimental support for two JMS providers - Websphere MQ and Oracle AQ.
- SimpleJTA can be used within a Spring Framework managed application.
Enhancements:
- Added spring-dao to the list of dependencies in pom.xml.
- Added TransactionManager interface to SimpleUserTransaction.
- Added SpringTransactionManager bean definition to testConfig.xml.
- Fixed problems reported by FindBugs (4 defects remaining).
- Added very basic test case for ActiveMQ.
- Fixed incorrect classname in ActiveMQJMSConnectionFactoryAdaptor.
<<less
Download (0.093MB)
Added: 2007-04-15 License: The Apache License 2.0 Price:
926 downloads
Khalkhi applet for Kicker 0.5.3 RC1

Khalkhi applet for Kicker 0.5.3 RC1


Khalkhi applet for KickerAn applet for direct access to your addressbook entries! more>>
Khalkhi applet for Kicker is an applet for direct access to your addressbook entries! Place buttons for single entries, for lists by category or for the whole list of entries in your addressbook onto a Kicker panel.
See the status in the several systems a person has an account in, by the symbol on the button! Do a lot of things, like surfing to her homepage, starting an email or a chat by a click on the button! Or drop the list button of all your school friends a file/url to send it to them!
By the right mouse button menu you can add and remove the buttons, configure them and the whole applet, or start the KAddressBook.
The applet is based upon the Khalkhi framework, thus endlessly extendable by plugins. You need to first install the framework:
http://www.kde-apps.org/content/show.php?content=54450
You might also want to install the cards server:
http://www.kde-apps.org/content/show.php?content=54452
Needs version 0.2.2 of the Khalkhi framework (see link above).
Enhancements:
- adaption to rename of Contacts framework to Khalkhi framework
- added: configurable presentation of status changes
<<less
Download (0.46MB)
Added: 2007-03-13 License: GPL (GNU General Public License) Price:
955 downloads
reacTIVision 1.3

reacTIVision 1.3


reacTIVision is an open source, cross-platform computer vision framework. more>>
reacTIVision is an open source, cross-platform computer vision framework for the fast and robust tracking of fiducial markers in a real-time video stream. reacTIVision project was mainly designed for the rapid development of table-based tangible user interfaces.

Its tracking core is using Ross Bencinas fidtrack library which is basically a newer high-performance implementation of Enrico Costanzas original d-touch concept. This framework was developed by Martin Kaltenbrunner et.al. at the Music Technology Group, IUA, UPF in Barcelona, Spain as part of the reacTable* project, a novel electro-acoustic musical instrument with a tangible user interface.

reacTIVision is a standalone application, which sends OpenSound Control messages via a UDP network socket to any connected client application. It implements the TUIO protocol, which was specially designed for transmitting the state of tangible objects on a table surface. This framework includes a set of free example client projects for various programming languages, which serve as a base for the easy development of tangible-user interface applications.

The reacTIVision application compiles and runs under the follwing operating systems: Win32, MacOS X and Linux. Under Win32 it suports any camera with a proper WDM driver, such as USB, USB2, FireWire and DV cameras. Equally under MacOS X any such camera supported by QuickTime will work in reacTIVision. Under Linux, FireWire cameras are best supported, as well as a few Video4Linux USB cameras.

NEW: Support the reacTIVision project and buy T-Shirts, posters and other merchandise featuring the reacTIVision fiducial symbols in our web-shop! All designs on these products can be recognized and tracked by the actual reacTIVision software.

Application Handling

Before starting the reacTIVision application make sure you have a supported camera connected to your system. The application can and will not work at all without a camera. Under Win32 and MacOS X the application will ask to select and configure the camera upon startup. Under Linux the camera will be selected automatically. Once configured the application will show a video window with the current camera image in black&white.

Pressing T will show the binary tresholded image, pressing the N key will turn the display off, which reduces its CPU usage significantly!

Pressing the S key will return to the original source image. For convenience and debugging porposes hitting the R key saves a raw image frame, while hitting the B key will save an image in the BMP format.

The P pauses the image analysis completely, hitting ESC will quit the application. The F key toggles the diplay of FPS info in the titlebar. In order to produce some more verbose debugging output, hitting the V key will print the currently recognized symbols to the console.

Command Line Options

The reacTIVision application per default sends the TUIO messages to port 3333 on localhost (127.0.0.1)

In order to change these parameters you can invoke the application with the -h [ip-address] and -p [port-no] options.

reacTIVision needs a so called "tree file" in order to function properly. The default "all.trees" is included and loaded automatically. If you want to use you own tree file you can invoke the application with the -t [tree-file] option.

Optionally if you dont want to analyze the complete image - for example in a square or round table setup - the application can mask a part of the video image with a black region, which speeds up the segmentation algorithm. In order to apply this mask You can invoke the application with the -m [square,circle] option.

Applying the -h or -help option will print a usage message to the console.

Calibration and Distortion

Some tables, such as the reacTable are using a convex mirror in order to increase the area visible to the camera at a minimal distance. This mirror as well as a fish-eye lens unfortunately distort the image. reactIVision includes a correction algorithm, which corrects this distortion with the help of a so called "grid file". These grid files can be generated during a prior calibration process.

To calibrate reacTIVision invoke the application with the option: reacTIVision -c 9 -g [grid_file]

In order to use the this calibration invoke the application with: reacTIVision -g [grid_file]

<<less
Download (0.84MB)
Added: 2006-11-23 License: LGPL (GNU Lesser General Public License) Price:
1070 downloads
gospy-applet 0.8.0

gospy-applet 0.8.0


gospy-applet is a GNOME applet monitoring web pages and servers. more>>
gospy-applet is a GNOME 2 applet to monitor changes on remote servers. You can add a illimited number of sources to monitor.

gospy-applet is possible to detect changes in HTTP header fields, IP associated with domain name, page content, page status, page load time and so on.

<<less
Download (1.0MB)
Added: 2007-02-11 License: GPL (GNU General Public License) Price:
985 downloads
Timer Applet 2.0.1

Timer Applet 2.0.1


Timer Applet is a countdown timer applet for the GNOME panel. more>>
Timer Applet is a countdown timer applet for the GNOME panel.
Main features:
- Quickly set a timer and the applet will notify you when time is up
- Add multiple Timer Applets to the panel to have different timers running simultaneously
- Create presets for quick access to frequently-used times
- Each applet remembers your last-used timer, even after you log out
- User interface follows the GNOME Human Interface Guidelines
Translations: Basque, French, German, Polish, Spanish, Swedish, Turkish.
<<less
Download (0.17MB)
Added: 2007-04-29 License: GPL (GNU General Public License) Price:
915 downloads
Music Applet 2.1.0

Music Applet 2.1.0


Music Applet is a small, simple GNOME panel applet that lets you control Rhythmboxs or Banshees playback from a panel. more>>
Music Applet is a small, simple GNOME panel applet that lets you control Rhythmboxs playback from a panel.
Advantages that this applet has over using the icon Rhythmbox puts in the notification area include:
- One-click access to the main operations needed during playback, without needing to use a context menu.
- Display of the current playing time without requiring a mouse-over.
- Display of the current songs album in the song information.
Music Applet currently supports the following music players:
- Banshee
- Rhythmbox
Music Applet is the successor to Rhythmbox Applet.
<<less
Download (0.41MB)
Added: 2007-02-11 License: GPL (GNU General Public License) Price:
997 downloads
Proxy Applet 0.2.3

Proxy Applet 0.2.3


Proxy Applet is a GNOME tray applet for changing your network proxy configuration with a single click. more>>
Proxy Applet is a GNOME tray applet for changing your network proxy configuration with a single click, in a manner similar to Galeon 1.x.
Galeon used to have a single click Network Proxy selector in their menu, which I used frequently. In a discussion with Epiphany developers about this same functionality (using GConf) they argued that you could already move the Proxy Network capplet to your taskbar.
But that doesnt offer all the functionality Im looking for. What I think would be neat is:
- An applet that gives you a list of preset configurations upon a single click.
- Each configuration is called a location and could either mean:
No proxy
Manually configured proxy
Proxy Auto Configuration (PAC)
A remote URL, eg. http://pac.isp.net/path/file.pac
A local URI, eg. file:///home/user/pacs/location.pac
- When you select another location, the applet should replace your GConf settings accordingly. (GConf key: /system/http_proxy)
- A preferences dialog should allow to manage locations and even test a location (see if proxy works or check PAC syntax ?).
- In a later phase there might even be an automatic selection based on eg. the network-configuration (ip-address, network, gateway, ??). So the applet has to monitor the network configuration for changes.
- When using tsocks or dante lib, we could have a dialog to socksify the complete system. (Add it to /etc/ld.so.preload or run /etc/init.d/tsocks)
<<less
Download (0.080MB)
Added: 2005-10-05 License: GPL (GNU General Public License) Price:
1483 downloads
Alarm Applet 0.8.9

Alarm Applet 0.8.9


Alarm Applet is a GNOME panel applet that provides a way of either alerting the user that a particular time has arrived. more>>
This is a very simple applet that provides a way of notifying you that a particular time has arrived. It allows you to display a dialog box with a message in it, execute a command, play a sound file or make the applet flash on and off at a particular time of day.
This all came about because on numerous occasions there has been something that i needed to be doing, but was late for because i had become engrossed in programming something or other. Well, here is a little panel applet that should hopefully help.
Version restrictions:
The sound file that is used for sound alarms can be changed on the fly and the next sound alarm will use the new file. This may or may not cause a memory leak if you change the file a lot, so be careful for the moment.
The volume control doesnt work yet, so youll have to change that manually using a mixer program.
I have only tested this applet myself, so there are probably bugs that i havent found yet, or better ways of doing things.
If you compile the applet withou sound support, the option to have a sound alarm is still available, although it doesnt actually do anything. I could sort this out by putting loads of #ifdefs all over the place, but i happen to agree that it makes for ugly code which is difficult to maintain.
Enhancements:
- Added patches from Bruno Pires Marinho that fixed a few things and changed a few things for the better.
- NB. This will probably be the last release that contains bug fixes/features that have been contributed by myself. If i find any horrendous bugs then ill fix them, but if you want anything added from now on, then youll have to do it yourself and send me a patch.
Any new releases of the current code after this will be based on this new system of code modifcation and delegation.
<<less
Download (0.039MB)
Added: 2005-10-04 License: GPL (GNU General Public License) Price:
1484 downloads
ltpanel 0.1

ltpanel 0.1


ltpanel is a lightweight window list application. more>>
ltpanel is a lightweight window list for the X Window System, similar to GNOMEs window list applet.

It has been tested on IceWM and should work with any GNOME-compliant window manager. It is based on Peter Zeleznys fspanel.
<<less
Download (0.018MB)
Added: 2005-04-26 License: GPL (GNU General Public License) Price:
1641 downloads
Deskbar Applet 2.18.1 / 2.19.90.1

Deskbar Applet 2.18.1 / 2.19.90.1


Deskbar Applet is a Gnome applet to allow easy access to various search engines (like Googles Deskbar for Windows). more>>
Deskbar Applet is a Gnome applet to allow easy access to various search engines (like Googles Deskbar for Windows).

Deskbar Applet looks like the current Gnome Mini-Commander, but it launches search queries instead of programs.

Example search-engines include:

Google
MSN
EBay
IMDB
Stock Quotes
Wikipedia
Local File Search (and eventually also Beagle)

A related idea was posted at http://live.gnome.org/AuricApplet.

<<less
Download (0.89MB)
Added: 2007-08-10 License: GPL (GNU General Public License) Price:
809 downloads
Wireless Applet 1.0

Wireless Applet 1.0


Wireless Applet is a gnome-panel applet that shows up the status of your wireless card. more>>
Wireless Applet is a gnome-panel applet that shows up the status of your wireless card.

This applet used to be in the default Gnome releases before it was replaced around v2.10 or so. Some users prefer it over the new one, so we decided to post it here for easy access to it.

<<less
Download (0.090MB)
Added: 2006-07-10 License: GPL (GNU General Public License) Price:
1210 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5