4
I Use This!
Activity Not Available

News

Posted about 10 years ago by Hendrik
Starting with version 0.7 the Dolphin Platform JavaScript and Polymer API has been released. Now you can easily create desktop, mobile and web clients for your application by using the same controller and presentation model. You only need to change ... [More] the thin view layer. The Dolphin Platform repository at GitHub already contains a small client server application with a JavaFX based client and a Polymer client. In addition the example contains a Spring Boot and a KumuluzEE server. By doing so you can select the environment that fits perfectly to your needs. You can find there project here. A short [...] [Less]
Posted about 10 years ago by Hendrik
Starting with version 0.7 the Dolphin Platform JavaScript and Polymer API has been released. Now you can easily create desktop, mobile and web clients for your application by using the same controller and presentation model. You only need to change ... [More] the thin view layer. The Dolphin Platform repository at GitHub already contains a small client server application with a JavaFX based client and a Polymer client. In addition the example contains a Spring Boot and a KumuluzEE server. By doing so you can select the environment that fits perfectly to your needs. You can find there project here. A short [...] [Less]
Posted about 10 years ago by Hendrik
Starting with version 0.7 the Dolphin Platform JavaScript and Polymer API has been released. Now you can easily create desktop, mobile and web clients for your application by using the same controller and presentation model. You only need to change the thin view layer. The Dolphin Platform repository at GitHub already contains a small client […]
Posted about 10 years ago by Hendrik
We released version 0.7 of the Dolphin Platform today. Next to the framework we updated the Spring Boot archetype for Maven and added a KumuluzEE Maven archetype. By using this archetypes you can create a Dolphin Platform based client server ... [More] application in a minute. An example how you can use the archetypes can be found here. If you want to create your new project from command line 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 [...] [Less]
Posted about 10 years ago by Hendrik
We released version 0.7 of the Dolphin Platform today. Next to the framework we updated the Spring Boot archetype for Maven and added a KumuluzEE Maven archetype. By using this archetypes you can create a Dolphin Platform based client server application in a minute. An example how you can use the archetypes can be found [...]
Posted about 10 years ago by Hendrik
We released version 0.7 of the Dolphin Platform today. Next to the framework we updated the Spring Boot archetype for Maven and added a KumuluzEE Maven archetype. By using this archetypes you can create a Dolphin Platform based client server application in a minute. An example how you can use the archetypes can be found […]
Posted about 10 years ago by Hendrik
We released version 0.7 of the Dolphin Platform today. Next to the framework we updated the Spring Boot archetype for Maven and added a KumuluzEE Maven archetype. By using this archetypes you can create a Dolphin Platform based client server ... [More] application in a minute. An example how you can use the archetypes can be found here. If you want to create your new project from command line 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 [...] [Less]
Posted about 10 years ago by Hendrik
Starting with a new technology is often hard. Even if the technology is documented and follows the pattern and structures that you already know from other APIs or frameworks the initial start is always a problem. To simplify this start when working with the Dolphin Platform I created a first Maven archetype that creates a [...]
Posted about 10 years ago by Hendrik
Starting with a new technology is often hard. Even if the technology is documented and follows the pattern and structures that you already know from other APIs or frameworks the initial start is always a problem. To simplify this start when working with the Dolphin Platform I created a first Maven archetype that creates a […]
Posted about 10 years ago by Hendrik
Starting with a new technology is often hard. Even if the technology is documented and follows the pattern and structures that you already know from other APIs or frameworks the initial start is always a problem. To simplify this start when working ... [More] with the Dolphin Platform I created a first Maven archetype that creates a simple client server application. This application is an ideal starting point to play with the Dolphin Platform framework, learn the APIs or directly start your own application based on Dolphin Platform. The Maven multi module project that is created by using this first archetype contains [...] [Less]