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

EntireJ

$
0
0

EntireJ is a Rapid Application Development (RAD) environment for building highly scalable, enterprise-class applications in RCP/RAP/JavaFX and mobile: Android / IOS. EntireJ uses powerful declarative features so that business developers can instantly create fully functional applications using any type of data persistency.

One of the main design decisions behind EntireJ was to build a development tool that gives developers the possibility to create applications without having to learn the complex programming languages used by the various client frameworks. With the help of EntireJ a developer with little java know-how can now create the following without having to learn these technologies.

• Web applications in RAP
• Desktop applications in RCP and JavaFX
• Mobile applications using the Tabris Mobile Client Framework

We are now Beta testing our EntireJ Reports tool that will give you the possibility to create reports that will run in Jasper but from your familiar EntireJ development environment. Developing reports has never been easier. If you wish to participate in the beta testing, plese contuct us at EntireJ

Developers can concentrate more on the business requirements rather than the technical requirements of the application, which will result in enormous savings in terms of time and money.

If you are looking for a tool that will enable you to move from an Oracle Forms environment to Java then EntireJ is perfect for you! EntireJ offers everything that you are used to in Oracle Forms and more. Download, install and contact our Support for all the information you require in moving from Oracle Forms to Java.

For more information on EntireJ visit our website or for information on installing and using EntireJ read through the helpful tutorials and reference guides: EntireJ Documentation Website


Enide Studio 2014 - Node.js, JavaScript, Java and Web Tools

$
0
0

Nodeclipse "Enide Studio 2014" is Tool Suite for Node.js, JavaScript, Java Development.

This is the most feature-rich pack. Unless there is the latest version download for your OS,
recommended install via drag-n-drop of Install button onto Eclipse main toolbar (or via MPC search for Enide).

Enide Studio 2014.17 for Windows x64Enide Studio 2014.17 for Windows x64

Included plugins are
- Nodeclipse 0.17
- Chrome Development Tools, fixed for debugging Node.js
- AngularJS for Eclipse
- TernIDE
- Eclipse WTP WebResources
- TCF Terminals
- MarkDown (*.md) Editor
- GitHub Flavored Markdown (GFM) Viewer

- Eclipse 4.x Chrome Theme

- black Moonrise UI theme
- Nodeclipse EditBox
- JSHint Eclipse Integration 0.9.10
- RestClient Tool
- StartExplorer
- ZipEditor with some additions v1.1.2 to quickly look inside aar, apk, jar, war, zip, tar ... etc files
- Git Addon
- Nodeclipse Plugin List
- JDT Spelling
- Maven (install m2e if you need)
- Gradle (install Gradle integration for Eclispe if you need)
- Minimalist Gradle Editor
- Minimalist Jade Editor
- Nodeclipse EditBox
- ANSI Escape in Console
- YAML YEdit by http://dadacoalition.org/yedit
- Eclipse Color Theme released by Nodeclipse - Eclipse 3.x [mainly] Editors color themes, original author Felix H. Dahlke

- and of course standard Eclipse JDT, JSDT, EGit

See also Gradle IDE Pack

Older notes:

Enide Studio 2014 initially (version 0.11-preview) was released as stand-alone product for all OSes
and this marketplace entries to allow updates. (See also Enide - Eclipse Node.JS IDE for finer installation or if your Eclipse can't get JSDT or other standard plugins.)

Time showed as Windows user, I [Paul] could not also check if there are issues on other platforms, so only plugins distribution will follow. This may change if anyone would join as Linux/OS X lead.

You should install plugins in recent Eclipse distribution. Otherwise check individual plugins for there compatibility. E.g. Nodeclipse plugin should work with 3.x and 4.x Eclipse versions.

You can still download and use Enide Studio 2014 0.11-preview but are strongly advised to update Eclipse to 4.4 stable and Nodeclipse to the latest (0.17 as of writing)

with-Eclipse logo

(Plugins for this marketplace entry are updated to 0.17, while downloadable Studio is not yet updated)

Enide Studio 2014 for Windows x64 & x32 and MacOS x64 is published on SourceForge.


Enide Studio 2014 for Windows x32Windows x32


Enide Studio 2014 for Windows x64Windows x64


Enide Studio 2014 for MacOS x64MacOS x64


Enide Studio 2014 for Linux x64Linux

It is based on Eclipse Luna Standard and includes Nodeclipse 0.11 and other plugins for Node.js, JavaScript, Java and Eclipse development with git and GitHub.

Hints:
- try LOGpulse - A Log viewer based on impulse for performance analysis and profiling.

IBM Monitoring and Diagnostic Tools - Interactive Diagnostic Data Explorer (IDDE)

$
0
0

Interactive Diagnostic Data Explorer is a GUI-based alternative to the dump viewer (jdmpview command) that is part of your IBM Java Development Kit or Runtime Environment. Use the Interactive Diagnostic Data Explorer to more easily explore and examine dump files that are produced by the JVM.

New in version 1.2.1:
More commands are added for exploring Node.js core files

New in version 1.2:
Support for core files that were generated by the IBM® SDK for Node.js.
As well as new commands for exploring this type of core file, the command assistance also shows the C and C++ data structures that are contained within the core file.

IBM Monitoring and Diagnostic Tools - Garbage Collection and Memory Visualizer (GCMV)

$
0
0
Date Created: 
February 18, 2014 - 08:50
Date Updated: 
December 18, 2014 - 09:08

Garbage Collection and Memory Visualizer (GCMV) can plot and analyze verbose GC data to help diagnose Java application memory and performance problems. It provides recommendations to tune your Java processes.

New in version 2.8:
Garbage Collection and Memory Visualizer can now parse logs that are generated by the IBM SDK for Node.js. You can use the --trace_gc command line parameter to generate garbage collection data which can then be loaded into GCMV. You can additionally specify either --trace_gc_nvp or --trace_gc_verbose parameters to generate more detailed information

Sapphire

$
0
0
Date Created: 
June 22, 2011 - 21:24
Date Updated: 
December 18, 2014 - 23:11

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.

IBM Eclipse Tools for Bluemix

JBizMo

$
0
0
Date Created: 
July 29, 2013 - 02:09
Date Updated: 
December 21, 2014 - 04:43

JBizMo supports building of Eclipse RCP, Eclipse RAP, Swing, JSF (Primefaces) and Vaadin applications. The generated applications can run in a stand-alone mode or they can be deployed on a Java EE server (JBoss 8, GlassFish 4). Alternatively, the Spring platform is also supported! JBizMo applications use JPA in order to access the target database. The plug-in contains a graphical editor for designing the domain model.

ECF - Remote Services SDK

$
0
0
Date Created: 
March 10, 2014 - 06:03
Date Updated: 
December 22, 2014 - 08:22

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: 
December 22, 2014 - 08:23

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.0 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

IBM Eclipse Tools for Bluemix

$
0
0
Date Created: 
April 24, 2014 - 21:40
Date Updated: 
December 23, 2014 - 13:32

Beta Enables rapid deployment and integration of applications with IBM Bluemix or the Cloud Foundry Clouds, including support for JavaScript and EAR publishing. A Java 7 Execution Environment is required. This Beta solution currently has the same content as the Production/Stable solution ( http://marketplace.eclipse.org/node/1774120 ), new Beta content will be available soon. For more information about installing this version of the tools, see https://developer.ibm.com/wasdev/downloads/#asset/tools-IBM_Eclipse_Tool...

Alinous-Core Website Builder for jQuery and SQL

$
0
0
Date Created: 
January 9, 2014 - 21:10
Date Updated: 
January 3, 2015 - 22:12

Alinous-Core is powerful and FREE programming language and IDE for developping web application using jQuery and PostgreSQL.The IDE is provided as Eclipse plugin.You can download IDE, develop web application software and deploy it ALL FREE.

In Japan, Alinous-Core is used to develop enterprise application, mainly cms, e-commerce, sales, logistic and 3pl application.

Why Alinous-Core is easy?
Because Alinous-Core is Domain Specific Language(DSL), and focus on Web2.0 applications using database.

Alinous-Core language consists of HTML, SQL and easy JavaSclipt-liked grammer. So you don't have to learn complex framework, and Alinous-Core IDE supports your development.

And Alinous-Core has Content Management System and Template Builder works on the web browser. It is bundled in this plugin, so that you can make it with new project wizard.

This plugin has jQuery examples using server side program.

And there are some application component you can use for free.

Alinous-Core supports Testing the example project with Selenium. The Example project to test Selenium is included in this plugin.

Java ORM Plugin for Eclipse

IBM WebSphere Application Server Liberty Profile Developer Tools for Luna

NXBridge Eclipse PlugIn

$
0
0
Date Created: 
December 27, 2014 - 08:24
Date Updated: 
January 20, 2015 - 10:01

ITEGRATIONS has announced the release of NXBridge Eclipse Plug-In for legacy integration. NXBridge will allow developers to use the Eclipse Integrated Development Environment (IDE), to directly access z/OS based Endevor libraries. Developers will have the full range of Endevor functions to browse listings, browse and retrieve, Endevor elements, and also be work in “project mode” by retrieving groups of elements for editing as an Endevor package. Also, this version supports all CA Endevor package functions, including the creation of new packages.

Other z/OS solution integrations are available from this Plug-in, like SDSF functions to display job outputs from SDSF, JCLCheck, and JCLScan.

Tmar Plugin

$
0
0
Date Created: 
January 7, 2014 - 16:18
Date Updated: 
January 26, 2015 - 17:36

This plugin is a complete set of tools dedicated to "Tmar", the new executable specifications framework:

  1. A smart specification editor (with syntax coloring, table auto-formating and copy-paste, keywords completion, etc...)
  2. Powerful commands for class and method generation (with customizable templates)
  3. A pure Tmar perspective to simplify eclipse menus and toolbars (for non-technical users)
  4. Test runner (markers, editor colors, tooltips, etc.)

Take a look at this video on youtube :

Tmar's full documentation is available here

Download Tmar library from Jspresso repository or simply let the plugin setup maven dependency for your project (see video below)

Checkout a project sample from svn here

Other video available here :

Any question ? any issues ? Go to www.tmar-test.com


IBM WebSphere eXtreme Scale V8.6 Liberty Profile Developer Tools

$
0
0
Date Created: 
June 14, 2012 - 14:59
Date Updated: 
February 3, 2015 - 14:15

This tooling allow WebSphere eXtreme Scale user to develop and configure WebSphere eXtreme Scale on WebSphere Application Server 8.5.x Liberty Profile.

Key features includes,

- Generate WebSphere eXtreme Scale project for Liberty Profile
- Generate WebSphere eXtreme Scale server configuration for Liberty Profile
- Generate Object Grid configuration XMLs
- Editor for Object Grid configuration XMLs

Note: Generated plugin classes requires WebSphere eXtreme Scale runtime to compile.

anqu method

$
0
0
Date Created: 
February 10, 2015 - 03:41
Date Updated: 
February 10, 2015 - 09:26

anqu method generates Java code to access @NamedQueryies providing a compiler checked, typed, and implemented API for every @NamedQuery in a few mouse clicks. JUnit tests can be generated as well to make sure the generated methods still fit the query.

WSO2 Developer Studio

$
0
0
Date Created: 
June 12, 2012 - 13:46
Date Updated: 
February 15, 2015 - 22:38

A major step forward in providing a complete Eclipse-based SOA development environment for the award-winning WSO2 Carbon platform, developers can now define a project representing a complete Composite Application (C-App) spanning multiple products and features.

Developer Studio immensely simplifies creation of artifacts with graphical editors and management of the links and dependencies between these services.

It further helps test and debug them within the IDE, and helps deploy them as Composite Application aRchives (CAR) on to your WSO2 Carbon-based servers or onto a WSO2 Stratos-based cloud. Development, testing and deployment of composite middleware applications have never been easier or faster!

Our lean software development process also leads to an important customer benefit; our cost. WSO2 Developer Studio offers significant time saving and affordable acquisition. Purpose-built for rapid configuration and efficient extension, users agree the product is easy to configure and extend. These attributes leads to lower overall costs and higher ROI.

With the latest WSO2 Developer Studio 3.5.0 release, we bring in number of new features and improvements alongside numerous bug fixes. Major highlights in this release are following.

  • Facilitating cloud integration using the WSO2 Connectors recently launched with WSO2 Enterprise Service Bus (WSO2 ESB) 4.8
  • Support for application life-cycle management (ALM) and DevOps with tooling for WSO2 App Factory
  • Enhanced Apache Maven integration
  • Enhanced JavaScript support with the Jaggery JavaScript server-side scripting engine
  • Enhanced service implementation models using the preferred APIs in the Java world for SOAP and REST style services
  • Enhanced Web services security with the addition of quality of service (QoS) enforcement.

EMF Client Platform

$
0
0
Date Created: 
April 27, 2012 - 13:25
Date Updated: 
February 18, 2015 - 13:39

The EMF Client Platform is a framework for building EMF-based client applications. The goal is to provide a one-click application based on a given EMF model. No additional components have to be developed or generated beyond the EMF model, therefore, ECP provides a standard solution offering the most common features needed for EMF-based client applications. In particular, these features are:
A navigator showing the hierarchy of a model instance that allows browsing of models, DnD and creation of new instances.
An editor that shows all attributes and references of a particular model element and allows modifications to the element.
A couple of modal dialogs, e.g., those allowing the selection of and search for model elements.
A transparent workspace interface that allows different persistency layers (e.g., EMFStore or CDO)
The UI provided by the EMF Client Platform can then be customized step by step. This can be done by extending ECP or by replacing single components completely.

EMF Forms

$
0
0
Date Created: 
June 26, 2014 - 04:28
Date Updated: 
February 18, 2015 - 13:40

EMF Forms provides a new way of developing form-based UIs. Instead of manually coding form-based layouts, it allows you to describe the UI with a simple model instead of with code. The approach allows you to more efficiently produce and iteratively refine form-based UIs that conform to a uniform look and feel. EMF Forms also lowers the technical entry barrier to creating form-based UIs. The UI description is interpreted by a rendering engine and allows you to switch between the UI technology stack to Swing, SWT, JavaFX or Web just by replacing the renderer.

Viewing all 2478 articles
Browse latest View live