Quantcast
Channel: Application Development Frameworks
Viewing all 2478 articles
Browse latest View live

MyChannel-Apps

$
0
0
Date Created: 
February 21, 2015 - 11:01
Date Updated: 
February 23, 2015 - 23:16

eclipse IDE is the most powerful software Install the Plugin directly over eclipse!

Following features waiting for you:
- Autocompletement (KFramework + vanilla API)
- Config Editor
- Project Templates
- Connection to the MyChannel-Apps emulator
- App Fileexplorer


Unvired SDK Installer

$
0
0
Date Created: 
February 24, 2015 - 09:12
Date Updated: 
February 24, 2015 - 10:08

Plugin to install Unvired SDKs for developing Unvired Mobile Apps

Sapphire

$
0
0
Date Created: 
June 22, 2011 - 21:24
Date Updated: 
February 24, 2015 - 15:12

Sapphire is a user interface development framework that improves productivity by focusing on the semantics of the data and the general intent of how that data is to be presented.

Little has changed in the way Java desktop UI is written since the original Java release. Technologies have changed (AWT, Swing, SWT, etc.), but fundamentals remain the same. The developer must choose which widgets to use, how to lay those widgets out, how to store the data being edited and how to synchronize the model with the UI. Even the best developers fall into traps of having UI components talk directly to other UI components rather than through the model. Inordinate amount of time is spent debugging layout and data-binding issues.

Sapphire aims to raise UI development to a higher level of abstraction. The core premise is that the basic building block of UI should not be a widget (text box, label, button, etc.), but rather higher level constructs like property editors. Unlike a widget, a property editor analyzes metadata associated with a given property, renders the appropriate widgets to edit that property and wires up data binding. Data is synchronized, validation is passed from the model to the UI, content assistance is made available, etc.

This fundamentally changes the way developers interact with a UI framework. Instead of writing UI by telling the system how to do something, the developer tells the system what they intend to accomplish. When using Sapphire, the developer says "I want to edit LastName property of the person object". When using widget toolkits like SWT, the developer says "create label, create text box, lay them out like so, configure their settings, setup data binding and so on". By the time the developer is done, it is hard to see the original goal in the code that's produced. This results in UI that is inconsistent, brittle and difficult to maintain.

SQL DAL Maker

$
0
0
Date Created: 
August 2, 2011 - 18:05
Date Updated: 
February 25, 2015 - 17:40

SQL DAL Maker is a generator of DTO and DAO classes. Target programming languages: PHP, Java, C++, Python.

To generate the class, you declare it in XML meta-program. Generated code can work with PDO, JDBC, Android+SQLite, SQLite C Library, Python Database API, and many others.

Create the file 'php.dal', 'java.dal', 'cpp.dal', or 'python.dal' in the root of project folder. Double-click it to open the GUI.

Example of XML meta-program: <crud-auto dto="Actor" table="actors" />

Vaadin Plugin for Eclipse

$
0
0
Date Created: 
October 9, 2009 - 09:49
Date Updated: 
March 4, 2015 - 07:18

Vaadin is a powerful open source UI library for creating rich web user interfaces. It is a Java EE compatible component library that makes it easy for Java developers to create stunning web applications. No need for JavaScript or XML programming - just use Java:

Label l = new Label("Hello Vaadin User");
layout.addComponent(l);

In addition to dozens of built-in components the Vaadin Directory at https://vaadin.com/directory provides almost 500 extra widgets and components for building your application.

The Vaadin Plugin for Eclipse comes with project wizard and samples and WYSIWYG visual designer and wizards to speed up the development.

Vaadin Ltd offers professional tools and support for the framework. Learn more at https://vaadin.com/tools-and-services

Oracle Enterprise Pack for Eclipse Luna

$
0
0
Date Created: 
June 30, 2014 - 14:24
Date Updated: 
March 4, 2015 - 13:37

Oracle Enterprise Pack for Eclipse (OEPE) is a bundle of tools covering a wide range of Oracle technologies.

  • Oracle ADF Tools
  • Oracle Cloud Tools
  • Oracle Coherence Tools
  • Oracle Database Tools
  • Oracle MAF Tools
  • Oracle WebLogic Server Tools
  • GlassFish Tools

Oracle MAF Tools for Luna

Adichatz - Building Eclipse 4.4 (Luna) RCP application easily

$
0
0
Date Created: 
May 27, 2009 - 14:56
Date Updated: 
March 7, 2015 - 12:47

Opensource project aiming to provide a new way to build quickly Java EE and rich IT applications:

  • Reduce IT risk factors by cutting down development costs and completion time.
  • Efficiency, flexibility and maintainability are ensured by the modular architecture (OSGi) and assembly of components.
  • Easy to learn and to use, the framework is intended to every developer without particular skills.

Based on Eclipse 4.4 Luna, Adichatz provides plugins designed for building simple or complex data-driven applications in Eclipse RCP in front of an Application Server or in JSE context.

In 2 minutes, create your first JEE Eclipse Application and then customize it.

  • Create a RCP application linked to an application server (Jboss), providing navigators, editors and outline parts to query and manipulate objects of the database schema in less than 2 minutes.
  • Queries can be customized and stored by end-users.
  • Runtime and Development environments communicate together in order to ensure that modifications can be quickly tested without quitting application.
  • Databinding, lazy loading, validation process, locks management, dirty status, and consistency are ensured by Databinding Service.
  • Swaps with server-side are optimized thanks to the internal Application Data Cache.
  • Test your applications using an original testing solution based on TestNG.

Adichatz provides tools to ensure ease of use and to propose a component-based approach for recursive developments.

  • Easy to use: Any developer can take the product in hand without particular skills.
  • Recursivity: Much of the work could be done in recursive and customizable batches.
  • Rich and flexible: All Adichatz components are extensible and reusable.
  • Productivity booster: Components assembly ensures efficiency and robustness.
  • Standard: Use standard and leader technologies : OSGi compliant, Java, Hibernate…

Many other features exist. Visit our website to discover them.
Source repository can be found on github.
We welcome bug reports and feedback at our forums.


ECF - Remote Services SDK

$
0
0
Date Created: 
March 10, 2014 - 06:03
Date Updated: 
March 8, 2015 - 07:53

This feature provides the ECF Remote Services Target Components. This is the set of bundles (API, examples, and providers), that allow OSGi frameworks to expose and access services remotely.

Eclipse Communications Framework - ECF

$
0
0
Date Created: 
June 23, 2010 - 09:02
Date Updated: 
March 8, 2015 - 07:55

ECF is a framework for building distributed servers, applications, and tools. It provides a modular implementation of the OSGi Remote Services standard and implements the OSGi RSA Specification. ECF 3.9.3 also supports REST-based and SOAP-based remote services and asynchronous messaging for remote services.

New and Noteworthy: http://www.eclipse.org/ecf/NewAndNoteworthy.html

See the ECF Wiki for examples, tutorials, other documentation, as well as plans and efforts currently underway for future releases.

http://www.eclipse.org/ecf
http://wiki.eclipse.org/EIG:Integrators_Guide
http://wiki.eclipse.org/EUG:Users_Guide

Enide Studio

$
0
0
Date Created: 
September 15, 2013 - 05:51
Date Updated: 
March 8, 2015 - 22:51

OUTDATED, see Enide Studio 2014

Enide Studio for Windows x64 & x32 is published on SourceForge. It is based on Eclipse Kepler Java/DSL and includes Nodeclipse 0.5 and other plugins for Node.js, JavaScript, Java and Eclipse development with git and GitHub.

Included plugins are
- Nodeclipse 0.5.0

- Chrome Development Tools, fixed for debugging Node.js
- MarkDown (*.md) Editor
- GitHub Flavored Markdown (GFM) Viewer

- Eclipse 4.x Chrome Theme

- JSHint Eclipse Integration 0.9.8
- JSDT jQuery Integration

- RestClient Tool
- StartExplorer
- Git Addon
- Nodeclipse Plugin List
- JSON Editor

OpenLegacy

$
0
0
Date Created: 
September 30, 2012 - 17:44
Date Updated: 
March 9, 2015 - 08:03

OpenLegacy is the next-generation Legacy modernization rapid application
development platform for Java developers.
OpenLegacy helps you fully modernize Legacy applications to create
a Java, REST API, mobile, web and web services in minutes.

IBM WebSphere Application Server Liberty Profile Developer Tools for Luna

IBM WebSphere Application Server V7.x Developer Tools for Kepler

IBM WebSphere Application Server V8.0x Developer Tools for Kepler


IBM WebSphere Application Server V8.5x Developer Tools for Kepler

IBM WebSphere Application Server Liberty Profile Developer Tools for Kepler

IBM WebSphere Application Server V7.x Developer Tools for Luna

IBM WebSphere Application Server V8.0x Developer Tools for Luna

IBM WebSphere Application Server V8.5x Developer Tools for Luna

Viewing all 2478 articles
Browse latest View live


Latest Images