Skip to content

vertigo-io/vertigo-university

Repository files navigation

vertigo-university

=================

Vertigo university is an up to date source of knowledge about vertigo. It's composed of code samples.

vertigo-samples

Samples are a bunch of code snippets (and more) to help you understand and use vertigo to build your app. Each sample targets a specific topic and is composed of several exercices with solutions.

Use the PowerPoint and walkthrough documentation provided in each sample for more details.

  • sample-aop : learn how aspects work in a vertigo app
  • sample-component : learn how to build components and use the dependency injection mechanism
  • sample-dao : learn how to master access to your app data (SQL oriented)
  • sample-stream : learn how to efficiently use java 8 streams in your source code
  • sample-vega : learn how to create and publish REST webservices in your app
  • sample-notifications : learn how to send notifications to users

Additional note for Eclipse users

A plugin named KSP Plugin developped by sebez enhances Developer Experience.


#License Copyright (C) 2017, KleeGroup, direction.technique@kleegroup.com (http://www.kleegroup.com) KleeGroup, Centre d'affaire la Boursidiere - BP 159 - 92357 Le Plessis Robinson Cedex - France

            Licensed under the Apache License, Version 2.0 (the "License");
            you may not use this file except in compliance with the License.
            You may obtain a copy of the License at
            
            http://www.apache.org/licenses/LICENSE-2.0
            
            Unless required by applicable law or agreed to in writing, software
            distributed under the License is distributed on an "AS IS" BASIS,
            WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
            See the License for the specific language governing permissions and
            limitations under the License.