- Lets you build an executable jar with Maven2, containing all dependencies. You can do that with the assembly plugin too, but that will just unpack all d...Lets you build an executable jar with Maven2, containing all dependencies. You can do that with the assembly plugin too, but that will just unpack all dependencies together with your classes in one directory and then repack that directory into a new jar. Doing it that way means files will overwrite each other if they have the same names in the same path, which is quite common with resources such as log4.properties and even other more important files. With onejar-maven-plugin, you'll instead get a nice clean super jar with the dependency jars inside.
- The Animal Sniffer Plugin is used to build signatures of APIs and to check your classes against previously generated signatures. This plugin is called anim...The Animal Sniffer Plugin is used to build signatures of APIs and to check your classes against previously generated signatures. This plugin is called animal sniffer because the principal signatures that are used are those of the Java Runtime, and since Sun traditionally names the different versions of its Java Runtimes after different animals, the plugin that detects what Java Runtime your code requires was called "Animal Sniffer".
- Normally smartphone events are tightly coupled to your phone device itself. When your cell phone is ringing, your phone speaker plays a ringtone. When you ...Normally smartphone events are tightly coupled to your phone device itself. When your cell phone is ringing, your phone speaker plays a ringtone. When you get a new text message, your phone displays it on its screen. Wouldn't it be thrilling to make thoses phone events visible somewhere else, on your wearable, in your living room, on your robot, in your office or where ever you want it to occur? Or would you like to use your smartphone sensors, like the accelerometer, light sensor, compass or your touchscreen to control other devices? 'android meets arduino' is a toolkit, basically consisting of an Android application and an Arduino library which will help you to interface with your phone in a new dimension. You can build your own interfaces almost without any programming experience.
- This application writes messages received by a TCP/IP socket connection to the local file system. It can be operated either as multi client capable socket ...This application writes messages received by a TCP/IP socket connection to the local file system. It can be operated either as multi client capable socket server or as a socket client and is multithreaded. Both, Linux/Unix and Windows, are supported.
- Apache Shiro is a powerful and easy-to-use security framework that performs authentication, authorization, cryptography, and session management. With Shiro...Apache Shiro is a powerful and easy-to-use security framework that performs authentication, authorization, cryptography, and session management. With Shiro’s easy-to-understand API, you can quickly and easily secure any application – from the smallest mobile applications to the largest web and enterprise applications.
- This application writes messages received by a TCP/IP socket connection to the local file system. It can be operated either as multi client capable socket ...This application writes messages received by a TCP/IP socket connection to the local file system. It can be operated either as multi client capable socket server or as a socket client and is multithreaded. Both, Linux/Unix and Windows, are supported.
- Apache Tika is a toolkit for detecting and extracting metadata and structured text content from various documents using existing parser libraries. You can ...Apache Tika is a toolkit for detecting and extracting metadata and structured text content from various documents using existing parser libraries. You can find the latest release on the download page. See the Getting Started guide for instructions on how to start using Tika.
- Software AG webMethods and SOPERA ASF realize service integration & provision platforms. Using both together requires application-specific code. The projec...Software AG webMethods and SOPERA ASF realize service integration & provision platforms. Using both together requires application-specific code. The project solves this by introducing a webMethods adapter that standardizes the interaction among both.
- Uzbl follows the UNIX philosophy - "Write programs that do one thing and do it well. Write programs to work together. Write programs to handle text streams...Uzbl follows the UNIX philosophy - "Write programs that do one thing and do it well. Write programs to work together. Write programs to handle text streams, because that is a universal interface." Uzbl comes in different flavors: * uzbl-core: main component meant for integration with other tools and scripts o Uses WebkitGtk+ for rendering, network interaction (libsoup). Css, javascript, plugin support etc come for free o Provides interfaces to get data in (commands/configuration) and out (events): stdin/stdout/fifo/unix sockets o You see a webkit view and (optionally) a statusbar which gets popuplated externally o No built-in means for url changing, loading/saving of bookmarks, saving history, keybinds, downloads, ... o Extra functionality: many sample scripts come with it, on uzbl wiki or write them yourself o Entire configuration/state can be changed at runtime o Uzbl keeps it simple, and puts you in charge. * uzbl-browser: a complete browser experience based on uzbl-core o Uses a set of scripts (mostly python) that will fit most people, so things work out of the box. Yet plenty of room for customisation o Brings everything you expect: url changing, history, downloads, form filling, link navigation, cookies, event management etc. However: one page per instance o Advanced, customizable keyboard interface with support for modes, modkeys, multichars, variables (keywords) etc. (eg you can tweak the interface to be vim-like, emacs-like or any-other-program-like) o Adequate default configuration o Focus on plaintext storage for your data and configs in simple, parseable formats and adherence to the xdg basedir spec o Visually, similar to uzbl-core except that the statusbar contains useful things. One window per webpage * uzbl-tabbed: wraps around uzbl-browser and multiplexes it o Spawns one window containing multiple tabs, each tab containing a full embedded uzbl-browser o Ideal as a quick and simple solution to manage multiple uzbl-browser instances without getting lost
- Hazelcast is an open source clustering and highly scalable data distribution platform for Java, which is: * Lightening-fast; thousands of operations...Hazelcast is an open source clustering and highly scalable data distribution platform for Java, which is: * Lightening-fast; thousands of operations/sec. * Fail-safe; no losing data after crashes. * Dynamically scales as new servers added. * Super-easy to use; include a single jar. Hazelcast is pure Java. JVMs that are running Hazelcast will dynamically cluster. Although by default Hazelcast will use multicast for discovery, it can also be configured to only use TCP/IP for environments where multicast is not available or preferred.
- SQLRunner is a simple JDBC Client which helps Java developers with various methods. You can build, test and run select, update and DML statements (also cal...SQLRunner is a simple JDBC Client which helps Java developers with various methods. You can build, test and run select, update and DML statements (also callable statements with out put parameters) and export or import data in/from csv-files or XML-fi
- SproutCore is an HTML5 application framework for building responsive, desktop-caliber apps in any modern web browser, without plugins.
- projects * run your own development projects * find interesting projects and suitable co-developers * benefit from state-of-the-art develo...projects * run your own development projects * find interesting projects and suitable co-developers * benefit from state-of-the-art development tools people * connect with coders from around the world * share your ideas with like-minded bettercoders * get help and provide support to solve problems you! * become an even better coder by collaborating with others * contribute and get recognition for your work * have lots of fun and fascinating experiences
- Upgrader is a simple Java-based tool that enables applications developers to add software upgrade capability into their applications. An upgrade process ty...Upgrader is a simple Java-based tool that enables applications developers to add software upgrade capability into their applications. An upgrade process typically involves replacing the old version of the binaries with new version of the binaries and performing data upgrades. It may also need to perform changes to the directory structure. The data upgrade outlined above may involve changes to the configuration files and/or database changes if the application uses a database. This tool provides framework using which application developers can keep track of changes to the application. Every time, there is a change in the database schema or configuration files, the application developers can create a "patch" script and add it to the "patch list". The Upgrader tool may be bundled with the application and is typically invoked during the installation/upgrade. When it is invoked, it determines the current patch level of the system, determines the patch scripts that are needed to be executed, sequence the patch scripts and apply them.
- Software Release Manager is a simple tool for managing your software releases.
- Akka is the platform for the next generation event-driven, scalable and fault-tolerant architectures on the JVM We believe that writing correct concurre...Akka is the platform for the next generation event-driven, scalable and fault-tolerant architectures on the JVM We believe that writing correct concurrent, fault-tolerant and scalable applications is too hard. Most of the time it's because we are using the wrong tools and the wrong level of abstraction. Akka is here to change that. Using the Actor Model together with Software Transactional Memory we raise the abstraction level and provides a better platform to build correct concurrent and scalable applications. For fault-tolerance we adopt the "Let it crash" / "Embrace failure" model which have been used with great success in the telecom industry to build applications that self-heals, systems that never stop. Actors also provides the abstraction for transparent distribution and the basis for truly scalable and fault-tolerant applications. Akka is Open Source and available under the Apache 2 License.
- Gerrit is a web based code review system, facilitating online code reviews for projects using the Git version control system. Gerrit makes reviews easie...Gerrit is a web based code review system, facilitating online code reviews for projects using the Git version control system. Gerrit makes reviews easier by showing changes in a side-by-side display, and allowing inline comments to be added by any reviewer. Gerrit simplifies Git based project maintainership by permitting any authorized user to submit changes to the master Git repository, rather than requiring all approved changes to be merged in by hand by the project maintainer. This functionality enables a more centralized usage of Git.
- We know it: most people prefer to use pen and paper or a whiteboard to make software mockups because “it’s the fastest way”. Well, if you count the time...We know it: most people prefer to use pen and paper or a whiteboard to make software mockups because “it’s the fastest way”. Well, if you count the time it takes to transfer the mockup from paper to a digital image, we think Balsamiq Mockups is faster, not to mention much easier and, dare we say it, more fun! We optimized the user interface for speed: fewer buttons, more keyboard commands, full undo/redo, object snapping...you name it.
- NET2Java a new technology that helps you take an application written in Visual Basic or C# to the .NET platform, and translate it into a program written in...NET2Java a new technology that helps you take an application written in Visual Basic or C# to the .NET platform, and translate it into a program written in Java source code. Right now its available through a NetBeans plugin that's included in the distribution files.
- Riena based dynamic EMF views


user