sign in · help · news · about · deen

BibSonomy ::  user :: gresch ::

The blue social bookmark and publication sharing system.
 

bookmarks

 (52)
<< < 1 | 2 | 3 > >> 
  • 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.
    to dependency development executable java maven software by gresch on Mar 14, 2011, 10:07 PM
    (0)
  • 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".
    to development java maven quality signatures software by gresch and 1 other user on Mar 10, 2011, 1:02 PM
    (0)
  • 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.
    to android arduino development framework hardware java software by gresch and 2 other users on Nov 27, 2010, 9:04 PM
    (0)
  • 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.
    to development hl7 socket software tcpip by gresch on Oct 18, 2010, 8:41 PM
    (0)
  • 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.
    to apache development framework java security software by gresch on Oct 17, 2010, 11:11 AM
    (0)
  • 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.
    to development framework healthcare hl7 linux mllp software sourceforge windows by gresch on Jul 27, 2010, 8:28 PM
    (0)
  • 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.
    to apache development frameworks java lucene metadata parser searching software by gresch on Jul 8, 2010, 3:48 PM
    (0)
  • 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.
    to adapter development integration_server software software_ag sopera sourceforge tools by gresch on Jul 5, 2010, 8:35 PM
    (0)
  • 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
    to cli commandline development gui software ui unix web webbrowser by gresch and 4 other users on Jun 28, 2010, 10:22 AM
    (0)
  • 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.
    to cluster clustering data development framework java messaging muticast software tcpip by gresch and 5 other users on Jun 28, 2010, 10:11 AM
    (0)
  • 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
    to database development dml java jdbc jugbb software sql tools by gresch on Jun 15, 2010, 1:14 PM
    (0)
  • SproutCore is an HTML5 application framework for building responsive, desktop-caliber apps in any modern web browser, without plugins.
    to development framework html5 software webapp by gresch and 3 other users on May 4, 2010, 5:29 PM
    (0)
  • 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
    to collaboration communication development howto projects qa software by gresch and 2 other users on May 1, 2010, 10:31 PM
    (0)
  • 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.
    to alm binary client development frameworks software tools update upgrader by gresch on Apr 19, 2010, 9:22 PM
    (0)
  • Software Release Manager is a simple tool for managing your software releases.
    to alm development release software tagging tools by gresch on Apr 19, 2010, 9:18 PM
    (0)
  • 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.
    to actor concurrency development edd event-driven frameworks java multithreading software tools by gresch and 2 other users on Apr 12, 2010, 11:43 AM
    (0)
  • 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.
    to development git google-code qa review software tools by gresch and 1 other user on Feb 26, 2010, 2:30 PM
    (0)
  • 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.
    to development drawing mockup requirements software visualisation whiteboard by gresch on Feb 26, 2010, 2:14 PM
    (0)
  • 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.
    to compiler conversion csharp development java software by gresch on Feb 4, 2010, 9:10 AM
    (0)
  • Riena based dynamic EMF views
    to development eclipse emf framework java rcp riena software swt visual-editor wysiwyg by gresch on Jan 24, 2010, 10:43 PM
    (0)
<< < 1 | 2 | 3 > >>bookmarks per page: 5 10 20 50 100  

publications

 (1)
<< < 1 > >> 
<< < 1 > >>publications per page: 5 10 20 50 100  
a gripper