All Projects → canoo → Dolphin Platform

canoo / Dolphin Platform

Licence: apache-2.0
This repository contains all java related sources of the Dolphin Platform.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Dolphin Platform

Easyfxml
A collection of tools and libraries for easier development on the JavaFX platform!
Stars: ✭ 102 (+47.83%)
Mutual labels:  framework, spring, javafx
Springboot Javafx Support
SpringBoot / JavaFX8 Integration
Stars: ✭ 354 (+413.04%)
Mutual labels:  spring, javafx
Efo
EFO是一个基于SpringBoot和Vue构建的文件分享系统,包括文件的上传与下载,文件的权限管理,远程文件管理等功能。
Stars: ✭ 327 (+373.91%)
Mutual labels:  spring, javaee
Spring Tutorial
📖 Spring Framework 教程
Stars: ✭ 423 (+513.04%)
Mutual labels:  spring, javaee
Spring Boot
Spring Boot
Stars: ✭ 58,705 (+84979.71%)
Mutual labels:  framework, spring
Naivechat
🎭 本项目是作者小傅哥使用JavaFx、Netty4.x、SpringBoot、Mysql等技术栈和偏向于DDD领域驱动设计方式,搭建的仿桌面版微信实现通信核心功能。课程文章已发布到GitChat专栏,欢迎购买。如果本项目能为您提供帮助,请给予支持(关注、⭐️Star、分享)!
Stars: ✭ 290 (+320.29%)
Mutual labels:  spring, javafx
Codeguide
📚 本代码库是作者小傅哥多年从事一线互联网 Java 开发的学习历程技术汇总,旨在为大家提供一个清晰详细的学习教程,侧重点更倾向编写Java核心内容。如果本仓库能为您提供帮助,请给予支持(关注、点赞、分享)!
Stars: ✭ 6,750 (+9682.61%)
Mutual labels:  spring, javafx
Spring Data Jpa
Simplifies the development of creating a JPA-based data access layer.
Stars: ✭ 2,238 (+3143.48%)
Mutual labels:  framework, spring
Spring Data R2dbc
Provide support to increase developer productivity in Java when using Reactive Relational Database Connectivity. Uses familiar Spring concepts such as a DatabaseClient for core API usage and lightweight repository style data access.
Stars: ✭ 534 (+673.91%)
Mutual labels:  framework, spring
Spring Data Commons
Spring Data Commons. Interfaces and code shared between the various datastore specific implementations.
Stars: ✭ 542 (+685.51%)
Mutual labels:  framework, spring
Spring Data Neo4j
Provide support to increase developer productivity in Java when using Neo4j. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data access.
Stars: ✭ 662 (+859.42%)
Mutual labels:  framework, spring
Sureness
A simple and efficient open-source security framework that focus on protection of restful api.
Stars: ✭ 254 (+268.12%)
Mutual labels:  framework, spring
Ax Boot Framework
Full Stack Java Web Application Framework with Java & HTML5
Stars: ✭ 244 (+253.62%)
Mutual labels:  framework, spring
Spring Data Cassandra
Provides support to increase developer productivity in Java when using Apache Cassandra. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data access.
Stars: ✭ 315 (+356.52%)
Mutual labels:  framework, spring
Spring Vault
Provides familiar Spring abstractions for HashiCorp Vault
Stars: ✭ 179 (+159.42%)
Mutual labels:  framework, spring
Im
仿QQ即时通讯系统服务端
Stars: ✭ 369 (+434.78%)
Mutual labels:  spring, javafx
Spring Data Rest
Simplifies building hypermedia-driven REST web services on top of Spring Data repositories
Stars: ✭ 743 (+976.81%)
Mutual labels:  framework, spring
Customstage
A JavaFX UI framework to create fully customized undecorated windows
Stars: ✭ 148 (+114.49%)
Mutual labels:  framework, javafx
Fxgl
Stars: ✭ 2,378 (+3346.38%)
Mutual labels:  framework, javafx
Preferencesfx
A framework for easily creating a UI for application settings / preferences.
Stars: ✭ 449 (+550.72%)
Mutual labels:  framework, javafx

Dolphin Platform Travis Build Maven Central Slack chat

This repository contains all Java related sources of the Dolphin Platform. Clients for other languages can be found in seperate repositories (JavaScript, AngularJS, Polymer and Android).

If you have any questions or comments about Dolphin Platform you can join our community chat at Slack.

Dolphin Platform Logo

The Dolphin Platform is a framework that implements the presentation model pattern and provides a modern way to create enterprise applications. The Platform provides several client implementations that all can be used in combination with a general sever API.

By doing so you can create enterprise application with a single server and several desktop, web and mobile client implementations. Here the Dolphin Platforms define a mechanism to automatically snchronize models between the server and the client.

For more information read the documentation of the Dolphin Platform.

How to use it

You can simply integrate Dolphin Platform in a Spring based application. To do so you only need to add our Spring plugin:

<dependency>
    <groupId>com.canoo.dolphin-platform</groupId>
    <artifactId>dolphin-platform-server-spring</artifactId>
    <version>1.0.0.CR5</version>
</dependency>

Next to Spring we provide support for JavaEE. To do so you only need to add our JavaEE plugin:

<dependency>
    <groupId>com.canoo.dolphin-platform</groupId>
    <artifactId>dolphin-platform-server-javaee</artifactId>
    <version>1.0.0.CR5</version>
</dependency>

For a JavaFX based client you need to add the following dependency:

<dependency>
    <groupId>com.canoo.dolphin-platform</groupId>
    <artifactId>dolphin-platform-client-javafx</artifactId>
    <version>1.0.0.CR5</version>
</dependency>

Next to JavaFX you can use Dolphin Platform in any web client. You can find additonal information in the readme of the client libraries: (JavaScript, Polymer or Android)

In addition you can use our Maven archetype to create a complete server-client-project based on Dolphin Platform. If you want to create your new project from command line by using an archetype you can simply call this Maven command and select one of the shown Dolphin Platform archetypes:

mvn archetype:generate -Dfilter=com.canoo.dolphin-platform:

Currently the projects contains only a JavaFX based client but it’s planned to add a Polymer based client to the archetypes with the next release.

A complete "Getting started" documentation can be found here.

Useful links

The following GitHub repositories provides additional sources for the Dolphin Platform

🆕🐥🐶 First Timers Support

At Canoo we ❤️ open source. Based on this we develop the complete Dolphin Platform framework as an open source project. If you are new to open source development we have some specific issues for you. Just have a look at all issues with the 'good first issue' label. This issues are reserved for people who never contributed to Open Source before. We know that the process of creating a pull request is the biggest barrier for new contributors. This issues are for you 💝 We use such issues for example to get involved at Hacktoberfest. If you want to know more about open source development and contribution in general you should have a look at this overview.

License

The project is released as open source under the Apache License Version 2.0



About Canoo

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].