66 projects tagged "Apache 2.0"
Oness is an ERP, CRM, SRM, and inventory management solution primarily supporting the textile commerce. It is based on J2EE technologies such as Spring, Hibernate, Struts, XDoclet, AspectJ, and Maven with a JSP-based Web interface. It is completely modular and thoroughly documented.
Wicket is a Java Web application framework implementing simplicity, separation of concerns, and ease of development. Wicket pages can be mocked up, previewed, and later revised using standard WYSIWYG HTML design tools. Dynamic content processing and form handling is all handled in Java code using a component model backed by POJO data beans that can easily be persisted using your favourite technology.
Google Sitemap Generator is a tool installed on your Web server to generate sitemaps automatically. Unlike many other third-party sitemap generation tools, Google Sitemap Generator takes a different approach: it will monitor your Web server traffic and detect updates to your Web site automatically.
wro4j is a project that will help you to easily improve your Web application page loading time. It can help you to keep your static resources (JavaScript and CSS) well organized, merge and minify them at run-time (using a simple filter) or build-time (using a Maven plugin), and has several features you may find useful when dealing with Web resources.
CCI:U Open Course Labs is a Django-based Web application that interfaces cloud-computing infrastructure such as Amazon EC2 and NexR iCube Cloud. More backends may be added. It provides the access to cloud infrastructure in the form of "course labs" where course staff in an academy can manage the allocated computing resources and assignments easily. Course labs can also be used as course homepages.
RestyGWT is a GWT generator for REST services and JSON encoded data transfer objects. RestyGWT Rest Services allow you to define an asynchronous service API which is then implemented via GWT deferred binding by RestyGWT. It features generation of asynchronous RESTful JSON based service proxies, encoding and decoding of Java objects to JSON, and an easy-to-use REST API.
visural-wicket is a useful set of light-weight, loosely coupled components and utilities for the Apache Wicket Web framework. Each component is designed to be easily integrated into any existing Wicket application with minimal dependencies. Each component is also designed to be easily customized to fit a particular system's requirements. Other than components, visural-wicket includes some other utilities that assist in the development of Wicket applications, such as an annotation-based mounting system, model templates, and an automatic "form view mode" component.
Build systems fail to scale to large projects when rebuilding a small portion requires stat-ing every project file. Prebake is a build system that uses a long-lived service to hook into the file-system and watch for changes so it can avoid unnecessary I/O for incremental builds. It also solves common problems with Ant and Make: missing dependencies and build cruft from deleted source files. It does away with missing dependencies by doing away with explicit dependencies altogether. Build dependencies are inferred by intersecting globs; if one product takes *.c and produces *.o, and another takes *.o and produces *.lib, then the latter depends on the former. Prebake also gets the benefits of both a declarative build syntax (a la make) and the flexibility of hand coded shell scripts. It uses tightly sandboxed JavaScript and "mobile functions" to get the flexibility of a scripting language with the hard controls on side effects that allow for repeatable builds. In practice, the JS in build files looks declarative, like JSON, but the dynamism is there when you need it.
Google Calendar Chrome Extension adds a button to your browser toolbar that displays a preview of your calendar while you're navigating. (works on any page). If you're on certain sites where it detects the presence of events, the icon changes to a green "+". Clicking that icon lets you add the event to your Google Calendar, and shows you a Map (if there's a location it could detect.) Supported sites include Facebook, Evite, and any site that uses the hCalendar microformat or derivative microformats such as hResume.