All Projects → demoiselle → Framework

demoiselle / Framework

Repositório principal contendo o Core e Extensions: JPA, Security, WS

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Framework

Laravel Realworld Example App
Exemplary real world backend API built with Laravel
Stars: ✭ 954 (+669.35%)
Mutual labels:  crud, jwt
Foal
Elegant and all-inclusive Node.Js web framework based on TypeScript. 🚀.
Stars: ✭ 1,176 (+848.39%)
Mutual labels:  framework, jwt
Sample Vertx Microservices
Two applications in different branches illustrates how to create asynchronous microservices with Vert.x, Consul and MongoDB, and how to secure them with Vert.x OAuth2 module and Keycloak
Stars: ✭ 37 (-70.16%)
Mutual labels:  microservices, jwt
Node Typescript Koa Rest
REST API boilerplate using NodeJS and KOA2, typescript. Logging and JWT as middlewares. TypeORM with class-validator, SQL CRUD. Docker included. Swagger docs, actions CI and valuable README
Stars: ✭ 739 (+495.97%)
Mutual labels:  crud, jwt
Fastsitephp
🌟 FastSitePHP 🌟 A Modern Open Source Framework for building High Performance Websites and API’s with PHP
Stars: ✭ 102 (-17.74%)
Mutual labels:  framework, jwt
Spring Boot Jwt
JWT auth service using Spring Boot, Spring Security and MySQL
Stars: ✭ 795 (+541.13%)
Mutual labels:  microservices, jwt
Falcon
The no-nonsense REST API and microservices framework for Python developers, with a focus on reliability, correctness, and performance at scale.
Stars: ✭ 8,654 (+6879.03%)
Mutual labels:  microservices, framework
Gin Boilerplate
The fastest way to deploy a restful api's with Gin Framework with a structured project that defaults to PostgreSQL database and JWT authentication middleware stored in Redis
Stars: ✭ 559 (+350.81%)
Mutual labels:  microservices, jwt
Django Auth0 Vue
A Django REST Framework + Vue.js CRUD Demo Secured Using Auth0
Stars: ✭ 99 (-20.16%)
Mutual labels:  crud, jwt
Qiankun
📦 🚀 Blazing fast, simple and complete solution for micro frontends.
Stars: ✭ 11,497 (+9171.77%)
Mutual labels:  microservices, framework
Servicetalk
A networking framework that evolves with your application
Stars: ✭ 656 (+429.03%)
Mutual labels:  microservices, framework
Nest
A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications on top of TypeScript & JavaScript (ES6, ES7, ES8) 🚀
Stars: ✭ 42,981 (+34562.1%)
Mutual labels:  microservices, framework
Phpboot
☕️ 🚀 tiny & fast PHP framework for building Microservices/RESTful APIs, with useful features: IOC, Hook, ORM, RPC, Swagger, Annotation, Parameters binding, Validation, etc.
Stars: ✭ 638 (+414.52%)
Mutual labels:  microservices, framework
Hzdtf.foundation.framework
基础框架系统,支持.NET和.NET Core平台,语言:C#,DB支持MySql和SqlServer,主要功能有抽象持久化、服务层,将业务基本的增删改查抽离复用;提供代码生成器从DB生成实体、持久化、服务以及MVC控制器,每层依赖接口,并需要在客户端将对应实现层用Autofac程序集依赖注入,用AOP提供日志跟踪、事务、模型验证等。对Autofac、Redis、RabbitMQ封装扩展;DB访问提供自动主从访问,Redis客户端分区。特别适合管理系统。
Stars: ✭ 22 (-82.26%)
Mutual labels:  framework, jwt
Microservices Framework Benchmark
Raw benchmarks on throughput, latency and transfer of Hello World on popular microservices frameworks
Stars: ✭ 615 (+395.97%)
Mutual labels:  microservices, framework
App
Reusable framework for micro services & command line tools
Stars: ✭ 66 (-46.77%)
Mutual labels:  framework, jwt
Nameko
Python framework for building microservices
Stars: ✭ 4,182 (+3272.58%)
Mutual labels:  microservices, framework
Deep Framework
Full-stack JavaScript Framework for Cloud-Native Web Applications (perfect for Serverless use cases)
Stars: ✭ 533 (+329.84%)
Mutual labels:  microservices, framework
Pysoa
A Python library for writing (micro)services and their clients
Stars: ✭ 74 (-40.32%)
Mutual labels:  microservices, framework
Micro
Micro is a distributed cloud operating system
Stars: ✭ 10,778 (+8591.94%)
Mutual labels:  microservices, framework

Demoiselle 3

Build Status Coverage Status Maven Central Join the chat at https://gitter.im/demoiselle

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

O framework Demoiselle implementa o conceito de framework integrador. Seu objetivo é facilitar a construção de aplicações minimizando tempo dedicado à escolha e integração de frameworks especialistas, o que resulta no aumento da produtividade e garante a manutenibilidade dos sistemas.

Disponibiliza mecanismos reusáveis voltados as funcionalidades mais comuns de uma aplicação (arquitetura, segurança, transação, mensagem, configuração, tratamento de exceções, etc).

O nome Demoiselle é uma homenagem à série de aeroplanos construídos por Santos Dummont entre 1907 e 1909. Também conhecido como Libellule, as Demoiselles foram os melhores, menores e mais baratos aviões da sua época. Como sua intenção era popularizar a aviação com fabricação em larga escala, o inventor disponibilizou os planos em revistas técnicas para qualquer pessoa que se interessasse.

O framework Demoiselle usa a mesma filosofia do “Pai da Aviação”, tendo sido disponibilizado como software livre em abril de 2009, sob a licença livre LGPL version 3. Mais informações no portal.

Links úteis

  • Portal: Central de acesso as informações do Demoiselle
  • Documentação: Aprenda sobre o Demoiselle seguindo os vários módulos
  • Fórum/Tracker: Fóruns de discussão e Submissão/acompanhamento de Bugs, Improvements e New Features
  • Lista de discussão: Comunicação e troca de experiências entre os usuários do projeto.

Repositório Maven

<repository>
    <id>central.repository</id>
    <url>http://repo1.maven.org/maven2</url>
</repository>

Contribuindo

  1. Faça o seu fork.
  2. Crie o seu branch (ramo) - (git checkout -b meu_framework)
  3. Commit seu código (git commit -am "Explicando o motivo/objetivo")
  4. Agora execute o Push para o branch (git push origin meu_framework)
  5. Dúvidas, problemas ou sugestões? Crie uma issue no GitHub com o link para o seu branch
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].