Projects tagged ‘google’ and ‘java’


Jump to tag:

Projects tagged ‘google’ and ‘java’

Filtered by Project Tags google java

Refine results Project Tags gwt (9) javascript (8) ajax (8) python (6) checkout (6) ecommerce (6) commerce (5) testing (5) php (4) junit (4) api (4) csharp (4)

[50 total ]

139 Users
   

Google Web Toolkit (GWT) is an open source Java software development framework that makes writing AJAX applications like Google Maps and Gmail easy for developers who don't speak browser quirks as a ... [More] second language. Writing dynamic web applications today is a tedious and error-prone process; you spend 90% of your time working around subtle incompatibilities between web browsers and platforms. [Less]
Created over 3 years ago.

16 Users
   

ZXing (pronounced "zebra crossing") is an open-source, multi-format 1D/2D barcode reader library implemented in Java. Our goal is to support decoding of QR Codes, Data Matrix, and the UPC family of 1D ... [More] barcodes. It will provide clients for J2ME, J2SE, and Android. [Less]
Created about 1 year ago.

15 Users
   

The Google Collections Library 1.0 is a set of new collection types, implementations and related goodness for Java 5 and higher, brought to you by Google. It is a natural extension of the Java ... [More] Collections Framework you already know and love. We are now posting release candidates for the final 1.0 release. Until the release is final, the API is still subject to change. (However, these changes should be very minimal at this point.) Download 1.0 Release Candidate 2 nowThe library consists of: New Collection types: Multimap, Multiset, BiMap and others High-performance immutable implementations of the standard collection types, for example ImmutableSet MapMaker, a builder for concurrent hash maps with many advanced features Ordering, which can only be described as a "Comparator on stero [Less]
Created about 1 year ago.

6 Users

Protocol Buffers are a way of encoding structured data in an efficient yet extensible format. Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats.
Created about 1 year ago.

2 Users

Now using gwt trunk gwtuml is a gwt application to easily draw UML diagrams. Current version is still a bit experimental. You can check out the current bleeding edge demo and earlier ... [More] version in the links below /!\ If you have already been there don't forget to clean your brower cache or you won't see any changes (Under firefox just make a Ctrl+F5 on gwtuml page) You can take a look to the javadoc and the google code wiki in the links below [Less]
Created 8 months ago.

1 Users

Existing users - we've just shipped a new version! ReleaseNotes_09 Downloads New users - here is an introduction This is a new version of the Java Checkout sample code. When we started planning ... [More] this version, we had a long wishlist of features: Compatible with the widest possible range of JDK versions (1.3.x, 1.4.x, 1.5.x) Allow only core JDK types on the public API interfaces therefore independent of JDK version. Shipped as a library which can be dropped into a project. Provide clear customisation points should the user have non-standard requirements. Clearly defined API for the developer - avoid use of static helper style classes. No modifications should be required to the sample code. i.e. externalise all config parameters. Make the .NET and Java sample code APIs similar, to reduce support overhead. For the 80% of merchants who don't want to customize or build, ship the library as a single JAR + Javadoc. If you like the sound of all that, here's where to go next. JavaCheckoutRefImpl - the API. Provides an implementation of the entire Checkout API using only core Java classes. Just drop it into your project and you are away! JavaCheckoutWebExampleWar - an example web application using the API. Just copy drag this WAR into your app server deploy directory and you are good to go. JavaCheckoutJ2eeExampleEar - another sample application, this time shipped as an EAR. We have used enterprise Java features to implement a scalable asynchronous notification handler mechanism using JMS. SettingUpTheDevEnvironment - if you want to dig around the source code, here are the instructions for getting yourself setup. [Less]
Created 12 months ago.

1 Users

The Social Graph Node Mapper is a community project to build a portable library to map social networking sites' URLs to and from a new canonical form (sgn:// URLs). For example, the following URLs ... [More] are all the same person: http://brad.livejournal.com/ http://brad.livejournal.com/data/foaf http://brad.livejournal.com/data/rss http://brad.livejournal.com/data/atom http://brad.livejournal.com/profile http://www.livejournal.com/userinfo.bml?user=brad etc With sgnodemapper, all of those would map to sgn://livejournal.com/?ident=brad . And then, from the sgn URL, you can map back to http:// URLs for any known type: content page, profile page, RSS, Atom, etc. The core library is portable, implemented in JavaScript, and then there are tiny bridge layers which bind the language-specific libraries to both a JavaScript interpreter (either SpiderMonkey or Rhino) and the sgnodemapper core. Bindings are available for: C, C++ -- using SpiderMonkey Java -- using Rhino Perl -- using JavaScript::SpiderMonkey PHP -- thanks to Plaxo, wrapping the C++ library Coming soon: Python -- using python-spidermonkey Ruby -- using ruby-spidermonkey Commit emails go here: http://groups.google.com/group/sgnodemapper-commits Live web demo using the latest files in svn is here: http://google-sgnodemapper.googlecode.com/svn/trunk/webdemo/demo.html [Less]
Created about 1 year ago.

1 Users
 

CastCluster is an evolving project that aims to provide access to additional content on iTunes, Apple TV, iPod or Random Podcast Viewer. The current sources of content are YouTube, Google Video ... [More] , Revver, local disk and RSS feeds. When the source updates, CastCluster updates your local podcasts, which makes it very easy to keep up with your favorite content creators. [Less]
Created over 3 years ago.

1 Users

This is libkml, Google's library for use with applications that want to parse, generate and operate on KML. It is an implementation of the OGC KML 2.2 standard. It is written in C++ and bindings are ... [More] available via SWIG to Java and Python. A basic guide for our 1.1 release is here. Atom feeds for project updates are linked here. [Less]
Created about 1 year ago.

0 Users

The Mobile GCalendar project aims at producing a set of libraries and tools interfaced with the online Google Calendar service, using the Google GData APIs (gdata-java-client).
Created about 1 year ago.