Free course on Spring Framework [closed] - spring

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I am looking for a free online course on Spring Framework (similar to MongoDB university or coursera). However, I couldn't find anything for free. If anyone knows, please share. Thanks in advance.

I don't know if these are similar to the ones you specified, but this
can be a good bootstart for Spring FW.
Other than that, Spring - IMO - has a pretty good documentation to start with the different "modules" of spring. I often start there, and if I have questions after reading it, the specific google searches usually give me the answers I needed.

Just look at Udemy.com and search for “Spring”.
Introduction to Spring Boot
Spring Framework and Dependency Injection for Beginners
The above courses are free and unlimited.

Related

MVC Framework compatible with Aerospike [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I have just switched to Aerospike and am using it both as a caching as well as database layer. But the problem am facing is that I am unable to find any plugin or MVC Framework support for the same.
Would someone happen to know any Framework that supports Aerospike- language not being a constraint?
Sure, here:
ORMs for PHP
Spikeify for Java
You can write the next one. Open source, man.
There are a Aerospike cache and Aerospike session modules available for Play MVC framework that you could use.

High quality example code for a Java EE application using Spring MVC 3 [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
What are some open source Spring MVC 3 projects which I can download that implement many best-practices and have a relatively high code quality?
Check this references for detailed features and links on spring MVC3 . You can also find the samples SVN here. Check out the PetClinic/ samples .
You may have a look at Spring MVC showcases.
Also there are a lot of different open source projects, just look for 'spring mvc' in github - and you'll find them.

Exemplary open-source Spring projects [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I am new to the Spring Framework. With Spring Core course recently taken, what would be some good example projects to download and learn good design from?
Perfect would be a well designed project, small enough to read through and understand, big enough to have a structure that can scale well.
Spring ships with a very comprehensive example application called PetClinic. It was originally inspired by the PetStore J2EE example application, demonstrating just how much easier things were in Spring.
This is intended to represent "best practice" for Spring development. You can find it in the distribution package.
Spring distribution has the samples which are very good to start with. The petclinic application is where I start with.

Where are good examples of Web applications built for skilled and intense use? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I have spent most of my development career writing backend code, or front-end apps for used as daily business tools, by at least semi-skilled staff, e.g. order-tracking, sales capture, etc. That those I helped build peformed their tasks well is comfort enough, but I am still seeking excellence in the building of these kind of apps, versus the trendy emphasis on more personal relationships with the UI.
Can anyone recommend reading on this type of application (LOB?) on the web today? Any available examples to study?
I suggest that you read Don't Make me Think. Don't think that engaging UIs are not efficient. I would suggest the opposite.
Actually this answer has many useful links.

ASP.NET MVC 2 - Implementing custom Metadata and Validator Providers [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
With the preview 2 release of ASP.NET MVC 2, we now have base classes to implement our own custom providers for metadata and validation. Specifically, with ModelMetadataProvider and ModelValidatorProvider.
There isn't a lot of documentation on these yet (just released yesterday as a preview, so I'm neither surprised nor disappointed).
Has anyone gotten custom implementations of either of these working? A very simple example (metadata and validator for just "Required") would be great!
Perhaps a lot of people have the same idea, but I'd like to use IronRuby to inject the metadata, and I'm looking for any example to get started.
Thanks!
Edit: Sounds like Brad Wilson (of xUnit.net fame) has some blog posts coming for this exact thing! If he doesn't answer here, I'll create an answer with links when those posts are ready.
Edit2: Sankarsan Bose over at CodingNDesign also has posts on the subject. (ModelValidator at the moment). Including here for future reference.

Resources