Found 136 repositories(showing 30)
dj-nitehawk
A data access library for MongoDB with an elegant api, LINQ support and built-in entity relationship management
ariels7801
This is the most modern and comprehensive course available for Spring Framework 5 and Spring Boot 2. All source code examples used in this course have been developed using the latest version of the Spring Framework - Spring Framework 5 and Spring Boot 2. In this course, you will build multiple real world applications using Spring Framework 5. You will see how modern Spring Framework development is done by leveraging the features of Spring Boot 2. Jump In and Build a Spring MVC App with Spring Boot! We'll jump right into web development with the Spring Framework. I'll show you how kick off a Spring Boot project by using the Spring Initializr. We will then go step by step to build a simple Book / Author web application. You will see how easy it is to use Spring Boot, Spring MVC, and Spring Data JPA to create a functional web application running under Tomcat with a H2 in-memory database. Use Test Driven Development! In addition to teaching you Spring Framework 5, you will learn about modern best practices used in enterprise application development. As we build the applications, you'll see me using Test Driven Development (TDD) with JUnit and Mockito. Using Mockito mocks keeps your Spring Framework unit tests light and fast! You'll also see how the Spring context can be used for more complex integration tests. These techniques are best practices used by companies all over the world to build and manage large scale Spring Framework applications. GitHub Source Code You will have complete access to all source code examples used in the course. In each lesson where we write code, you will have a link to GitHub with two branches in the Github repository. The first branch is the starting state of the code. The second branch is the ending state of the code. You can see exactly what changed in each lesson. Each step of the way, you have a working example you can use for troubleshooting. In fact, you will get access to 15 (and growing!) different GitHub repositories - each packed with Spring Framework programming examples. And, you're encouraged to fork my GitHub repositories so you can share the Spring Framework applications, which you built, to future employers! Continuous Integration Builds Since we are using GitHub and have great test coverage, I also show you how easy it is to set up Continuous Integration builds with CircleCI. Continuous Integration builds are another best practice used by enterprise developers. Using CircleCI makes your CI builds a snap! Project Lombok We all know Java development can require a lot of boiler plate code. It's just the nature of Java. Would you like to see how to slash your boiler plate code using Project Lombok? Spring Data JPA and Hibernate Spring MVC and Hibernate have long been cornerstones of the Spring Framework. You will learn how to use Spring MVC, Spring Data JPA and Hibernate to build a real world web application. You'll learn about Hibernate configuration, and about the mapping of JPA entities. The Thymeleaf template engine is hugely popular with the Spring community. You will see how easy Spring Boot makes using Thymeleaf with Spring MVC. While Bootstrap CSS is not a focus of the course, we will leverage Bootstrap CSS to make our web pages look awesome! Spring MVC Spring MVC has a lot of robust capabilities. I start you off showing you how to build recipe application (using TDD, of course). Initially, it's all happy path development. We go back and add custom exception handling, form validation, and internationalization. Reactive Programming A big theme of Spring Framework 5 is Reactive Programming. Inside the course we build a web application using Thymeleaf, Spring MVC, Spring Data MongoDB, and MongoDB. We then take the MongoDB application we built and convert it to a Reactive application. You'll see how you can leverage the new Reactive types inside the Spring Framework from the data tier to the web tier. You will get to see step by step how to convert a traditional Spring MVC application to an end to end reactive application using the WebFlux framework - which is brand new to Spring Framework 5. Coming Soon to the Course I plan to add a lot more content to this course! I want this to be your go-to course for becoming a Spring Framework developer. Coming soon to the course in 2017: Building RESTFul APIs with Spring WebFlux (New in Spring Framework 5!) Spring Security Documenting your APIs with RestDoc and Swagger 2 Aspect Oriented Programming Using Spring Events Scheduling Tasks Using JAXB Caching with eHcache Spring JDBC (JDBC Template) Spring RestTemplate JMS Messaging AMQP with RabbitMQ Logging configuration for Logback and Log4J 2 And more real world Spring Framework apps! Message me if there is a topic you'd like to see! Spring Framework 5 GA Release This Spring Framework course is so new, it has been developed using Spring Framework 5 'Release Candidate' releases. Spring Framework 5 went GA (General Availability) in September of 2017. The Spring Boot 2.0 GA release is expected to be in late 2017. All source code examples will get updated as the GA releases of the Spring Framework and Spring Boot become available. Course Updates August 1, 2017 - All source code examples updated to latest release of Spring Framework 5 and Spring Boot 2. Now on Spring Framework 5.0 RC3 and Spring Boot 2.0.0.M3. August 8, 2017 - Added content for internationalization with Spring MVC. Added new section to course for using MySQL with Spring Boot / Spring MVC. Added CircleCI for CI builds. CodeCov (dot) io for test coverage reporting. August 9th, 2017 - Added whole new section course on Spring Data MongoDB. Learn to build a web application using the best of the Spring Framework! August 25th, 2017 - Reactive Programming with Spring Framework 5! Almost two hours of additional content has been added on Reactive Programming and Reactive MongoDB. October 10th, 2017 - 3 hours of new content added for consuming and building RESTFul web services using Spring MVC. This includes using RestTemplate to consume RESTFul services, Spring 5 WebClient to consume RESTFul services using Reactive data types, and new lessons on using MapStruct for data mapping. Course Extra - Spring Boot Cookbook! Inside this course, I'm including a Spring Boot Cookbook. You will have complete examples of using the Spring Framework with popular open source technologies. When you get hired as a Spring Framework developer, you'll have ready made Spring Framework examples! My Spring Boot Cookbook includes example Spring Boot projects for: MongoDB MySQL Postgres Maria DB DB2 Express Neo4J Redis Cassandra ActiveMQ RabbitMQ Course Extra - Learn Docker! Docker is an exciting technology that is on fire right now! As a course extra, I'm including the first 3 sections from my top rated Docker for Java Developers course. You will learn more about what Docker is and how you can deploy and run a Spring Boot application inside a Docker container. For Java developers, Docker really is a game changer! Course Extra - IntelliJ IDEA Ultimate Students enrolling in the course can receive a free 90 day trial license to IntelliJ IDEA Ultimate! Closed Captioning / Subtitles Closed captioning in english is available for all course videos! PDF Downloads All keynote presentations are available for you to download as PDFs. Lifetime Access When you purchase this course, you will receive lifetime access! You can login anytime from anywhere to access the course content. No Risk - Money Back Guarantee You can buy this course with no risk. If you are unhappy with the course, for any reason, you can get a complete refund. The course has a 30 day Money Back Guarantee. Future Proof Your Programming Career There is huge demand for Spring Framework developers. Downloads of Spring Boot are up 425% year over year, while Gartner Research is calling Java EE "Obsolete". The market trends are clear. Popularity for JEE is rapidly declining. The popularity for the Spring Framework is growing. Spring Framework 5 is packed with exciting and innovative new features making it a natural choice for enterprise application development. Future proof your programming career. Start learning how to building modern applications using the Spring Framework and enroll in this course today! ¿Cuáles son los requisitos? Basic Java knowledge is required HTML Knowledge is very helpful Knowledge of SQL and databases is helpful ¿Qué voy a aprender en este curso? Learn the Spring Framework from an instructor who has worked for Pivotal customers as a Spring Source consultant, and has spoken at Spring One Learn step by step how to build applications using Spring Framework 5 and Spring Boot 2 You will be taught using best practices such as SOLID OOP, GitHub, Test Driven Development, and Continuous Integration Testing You will understand how to access data using Hibernate 5 and Spring Data JPA Build an end to end Reactive application with Spring Framework 5 and MongoDB Learn About Reactive Programming with Spring Framework 5 Build web applications using Spring MVC See how to run a Spring Boot application inside a Docker container Get access to a Spring Boot Application Cookbook ¿A quién está dirigido? This course is ideal for Java developers who wish to use the Spring Framework for enterprise application development Ver más
dj-nitehawk
Example project showcasing how to use the repository pattern with the MongoDB.Entities data access library
FastEndpoints
sample project showcasing image storage and retrieval in mongodb using FastEndpoints & MongoDB.Entities
cadams93
Object Change Tracking for MongoDB entities
adrenak
A UPM package of MongoDB.Entities for the Unity game engine
bydevmar
`Gestion_Absence_ExpressJs_Api` is a straightforward Express.js API designed for efficient absence management. It provides RESTful endpoints to handle various entities such as users, absences, and more, with user authentication and essential dependencies like MongoDB and Nodemon.
hypertrace
Service will interface with the entities document store, currently MongoDB
andrew-kandels
Series of data mappers for the retrieval and persistence of Contain data entities with databases like MongoDB or caching layers like Memcached.
patrickocoffeyo
Drupal module that syncs Entities to a MongoDB Collection
shashankrnr32
Supercharged POJOs for Mongo DB
AleCadz
This is a backend server built with Node.js, Express, TypeGraphQL, and MikroORM for MongoDB. The project serves as a template or starting point for creating GraphQL-based APIs, utilizing a modular approach with resolvers and entities for resource management.
sritaj
Spring Boot Project demonstrating JPA and Hibernate capabilities. Examples covering Entities, SpringJDBC, JPA, Hibernate, SpringJPA, SQL Queries Using JPQL, Native Queries, basics of SpringREST/REST APIs, En cache for Second level caching using H2 database, MySQL and MongoDB along with TestNG Unit Tests examples for Repositories
This project demonstrates the usage of MongoDB with Panache on top with reactive endpoints. It demonstrates the usage of creating entities and managing relations between and their corresponding operations.
muriloacs
A Silex 2 skeleton which supports PHP 7.1, Doctrine, MongoDB, Redis and Separation of Concerns (controllers, services, repositories and entities).
Aline344
ProjectDesign and implement a CRUD (Create, Read, Update, Delete) application using MongoDB as the backend database. The application should allow users to perform basic operations on a set of entities, and the data should be structured according to a predefined schema. Apply MongoDB use in that project
ShadmanShariar
This project demonstrates auditing functionality in a Spring Boot application using MongoDB. The key goal is to track and log information about entities such as who created or last modified them and when these actions occurred.
MADGRISMAD
The Deployment Configuration Tool is a web application built using Express.js, MongoDB, JavaScript, and Bootstrap. It serves as a user-friendly interface for configuring regions and planning deployments of servers based on various characteristics. The application adopts a tab-based layout, offering distinct sections for managing entities, compani
BadrEddineAziz
This example project demonstrates how to build a complete RESTfull API with CRUD operations using Node.js, Express, and Mongoose to interact with a MongoDB database. The API will allow users to perform standard CRUD operations on a collection that stores data about certain entities, such as users, products, or any other entity you choose.
atmajs
MongoDB storage on top of class entities
MrHurniak
CRUD operation on message entities using Spring Reactor and MongoDB
huynhcamtuan1995
Build for only personally using. It extends and customizes the "MongoDB Entities" library.
seventyone-io
A small Java MongoDB helper library for easier setting up and accessing collections, and converting entities
xMeliiodaS
Effortlessly incorporate MongoDB into your C# projects. This solution empowers you to manage entities, execute essential database operations, and enhance your MongoDB experience with a user-friendly C# implementation.
AlfredoMarino
Sprint-boot demo project using spring-data-mongodb and spring-security. This is a simple REST API to perform CRUD operations on the Users and People entities.
pokap
[ABANDONED] Manage with doctrine a pool dbm for manage multiple entities or/and documents in a single model. Example you need to use mongodb with mysql them transparent.
tenfar
an archetype for a microservice architecture using Domain-Driven Design (DDD), MapStruct, MongoDB, Kafka, Redis, Lombok, and a factory pattern for building Aggregates, Value Objects, and Domain entities as a startpoint
OmeedEn
This project is an Education System Database designed to organize and manage academic structures. It models schools, departments, and related entities using both PostgreSQL (relational database design) and MongoDB (document-based modeling).
Arjun-Walia
MERIDIAN is an advanced, production-grade chatbot system that connects to multiple heterogeneous data sources (Jira, MongoDB, ATS, Slack, etc.), unifies entities across them, and answers high-stakes decision queries with **ranked, explainable recommendations** instead of simple Q&A.
fidelis27
This API was written in NodeJS (ExpressJS + JWT + Postgres + MongoDB). The idea is to provide an API to handle data in a beauty salon service scheduling app. So basically, we need to handle two entities/endpoints: users and appointments.