No | Meta Name | Value |
1 | viewport | width=device-width, initial-scale=1 |
No | Text |
1 | www.springbootdev.com |
2 | Setting up keycloakserver |
3 | Microservices: how to use spring security oauth2 to secure spring rest api (resource server set up) – part3 |
4 | Microservices: how to use spring security oauth2 to secure spring rest api (authorization server with ın-memory set up) – part2 |
5 | What is elasticsearch and why it isimportant? |
6 | Upload and delete files with amazon s3 and springboot |
7 | Message driven microservices with spring cloud stream and rabbitmq (publish and subscribe messages) – using @streamlistener for header based routing – part3 |
8 | Message driven microservices with spring cloud stream and rabbitmq (publish and subscribe messages) with custom bindings – part2 |
No | Text |
1 | Posts navigation |
2 | Categories |
No | Text |
1 | Adding realm |
2 | Adding new users |
3 | Create roles |
4 | A***ign role(s) for the user |
5 | Set up client |
6 | Setting up authorization server |
7 | ıntroduction |
8 | Amazon s3 account configuration |
9 | Setting up the publisher application |
10 | Setting up the consumer application. |
No | Text |
1 | Spring boot application and amazon s3 cloud |
2 | Chathuranga tennakoon |
3 | Personal links |
4 | Verified services |
No | Text |
1 | Keycloak |
2 | standalone.sh |
3 | keycloak-9.0.3/bin |
4 | Adding Realm |
5 | spring-app-demo-realm |
6 | username (3) |
7 | pa***word (7) |
8 | app-user” |
9 | admin-user |
10 | Users |
11 | Role Mappings |
12 | app-admin |
13 | Add Selected |
14 | app-user |
15 | Testing with Postman |
16 | REST endpoint should in the following format. |
17 | <realm-name> |
18 | Part 3 |
19 | Part 1 (3) |
20 | Part 2 (4) |
21 | In-memory token store (2) |
22 | client details (2) |
23 | Part 3 : (2) |
24 | Resource Server (2) |
25 | OAuth2 (2) |
26 | Part 4 (2) |
27 | JDBC client and token store (2) |
28 | Part 5 (2) |
29 | JWT token (2) |
30 | Part 6 (2) |
31 | Generating a Project |
32 | spring-boot-starter-security (2) |
33 | spring-boot-starter-web (2) |
34 | spring-cloud-starter-oauth2 (2) |
35 | REST Api Resources |
36 | WelcomeController |
37 | /public |
38 | Verifying and Validating the Tokens |
39 | /oauth/check_token |
40 | client (3) |
41 | http://localhost:9090/oauth/check_token |
42 | Accessing the resources with Access Token |
43 | authorization server |
44 | resource server |
45 | /admin (4) |
46 | 401 unauthorized |
47 | access token (2) |
48 | user credentials |
49 | ROLE_USER |
50 | ROLE_ADMIN |
51 | The Source Code |
52 | Setting up Authorization server |
53 | Web (2) |
54 | OAuth2-Cloud |
55 | Spring Security |
56 | HTTP |
57 | authentication-manager |
58 | Adding Authorization Server Configuration |
59 | clients.inMemory() |
60 | authorizedGrantTypes |
61 | two endpoints |
62 | /oauth/check_token |
63 | /oauth/token_key |
64 | denyAll |
65 | isAuthenticated() (2) |
66 | permitAll() |
67 | Running the Authorization Sever |
68 | 9090 |
69 | Generating Access Token and Refresh Token |
70 | POST (2) |
71 | user |
72 | Authenticate using client app credentials |
73 | Generate access token for the user credentials. |
74 | Checking and Verifying the Generated Token |
75 | Authenticate with client app credentials |
76 | Sending the generated token for retrieving the details. |
77 | Source Code |
78 | Elasticsearch (2) |
79 | No Transaction support |
80 | Slow on inserting new data |
81 | Lack of authentication and authorization. |
82 | 7. Wha |
83 | full text search |
84 | Hope this gives you a proper introduction and overview of elasticsearch with its importance |
85 | Store the file using cloud storage services |
86 | Amazon Simple Storage Service (S3) |
87 | Amazon S3 |
88 | Spring Boot Application and Amazon S3 Cloud |
89 | AWS Java SDK |
90 | Amazon S3 service |
91 | S3 |
92 | Amazon S3 Account Configuration |
93 | Click here to visit the official doc***entation. |
94 | Spring Cloud Stream (4) |
95 | publishers |
96 | subscribers |
97 | headers (3) |
98 | receiving end |
99 | consumer application (2) |
100 | message handlers |
101 | @StreamListener |
102 | accepts messages |
103 | SpEL |
104 | headers['payment_mode']=='credit' |
105 | deliver |
106 | messages |
107 | correct recipient |
108 | header |
109 | Sink (2) |
110 | Source (2) |
111 | Processor |
112 | custom binding cla***es |
113 | publis***ng |
114 | retrieving |
115 | RabbitMQ |
116 | publisher application |
117 | bindings (2) |
118 | configurations (2) |
119 | output |
120 | message channel (2) |
121 | @Output |
122 | custom output binding cla*** |
123 | output message channel (3) |
124 | custom Source cla*** |
125 | orderPublishChannel (4) |
126 | OrderSource |
127 | OrderController |
128 | source.create() |
129 | application.properties |
130 | ustom source bindings |
131 | publis***ng messages |
132 | input |
133 | @Input |
134 | custom input binding cla*** |
135 | input message channel |
No | Text |
1 | 1. What is ElasticSearch? |
2 | full text |
3 | Apache Lucene |
4 | NoSQL (4) |
5 | JSON |
6 | Lucene |
7 | everything is indexed |
8 | speed search operations |
9 | large data set |
10 | search engine |
11 | speed |
12 | scalability |
13 | SPEED |
14 | SCALABILITY |
15 | 2. What are the advantages of ElasticSearch? |
16 | Speed Search |
17 | Horizontally Scalable Architecture |
18 | Easy development and integration |
19 | 3. What are the limitations of ElasticSearch with compared to other NoSQL databases? |
20 | 4. Can we use the ElasticSearch as the main application database? |
21 | relational |
22 | ElasticSearch |
23 | 5. What are the similarities of ElasticSearch and other NoSQL databases? (like mongoDB) |
24 | Why transactional support is much important in NoSQL databases? |
25 | E.g:- |
26 | employee |
27 | department |
28 | employee doc***ent |
29 | department (nested) doc***ent |
30 | t is the difference between mongoDB and the Elasticsearch? |
31 | mongoDB |
32 | Elasticsearch |
33 | 8. Why do we need the ElasticSearch? Why can’t we use the full text search feature of the mongoDB ? |
No | Text |
1 | a***igning the user role for the app-admin user |
2 | a***igning the user role for the app-user |
3 | REST endpoint should in the following format. |
4 | Authenticate using client app credentials |
5 | Generate access token for the user credentials. |
6 | Authenticate with client app credentials |
7 | Sending the generated token for retrieving the details. |
8 | Hope this gives you a proper introduction and overview of elasticsearch with its importance |
9 | Store the file using cloud storage services |
10 | Click here to visit the official doc***entation. |
11 | orderPublishChannel |
12 | orderPublishChannel“. (2) |
13 | application.properties |
No | Text |
1 | No Transaction support |
2 | Slow on inserting new data |
3 | Lack of authentication and authorization. |
4 | E.g:- |
Icon | Domain | IP | Alexa Rank |
Vip.wordpress.com | ![]() |
3.038 | |
Soranews24.com | ![]() |
18.803 | |
Lacla***edemallory.net | ![]() |
118.498 | |
Theconservativetreehouse.com | ![]() |
35.115 | |
Collectifmalgretout.net | ![]() |
1.329.389 | |
Otcybersecurity.blog | ![]() |
1.546.799 | |
Sustainableqatar.com | ![]() |
1.248.547 | |
Wordpress.tv | ![]() |
91.642 | |
Ca***iuslife.com | ![]() |
264.934 | |
Kuleuvenblogt.be | ![]() |
2.784.400 | |
Btsdiary.com | ![]() |
393.932 | |
Glli-Us.org | ![]() |
2.150.369 | |
Greywolfcomics.com | ![]() |
2.838.241 | |
Simkorea.blog | ![]() |
2.838.392 | |
Sqlzealots.com | ![]() |
1.173.149 | |
Claudiosanches.com | ![]() |
263.784 | |
Galvs-Scripts.com | ![]() |
370.186 | |
Faesadigital.com | ![]() |
3.166.638 | |
Divisionheaven.me | ![]() |
1.783.358 | |
Cloudmania2013.com | ![]() |
2.065.176 | |
Suku3C.com | ![]() |
204.270 | |
Citywomen.co | ![]() |
1.172.019 | |
Lindaghill.com | ![]() |
564.061 | |
Andrewbolwell.com | ![]() |
3.344.227 | |
Blogoslowie.com | ![]() |
152.601 | |
Kilcoolesheds.com | ![]() |
1.965.641 | |
Daisymultifacetica.com | ![]() |
702.923 | |
Maritzafelix.com | ![]() |
2.388.262 | |
Douglascayers.com | ![]() |
749.388 | |
Ibmathsresources.com | ![]() |
991.036 | |
Jcp.im | ![]() |
3.311.364 | |
Blogdocharuto.com | ![]() |
3.740.143 | |
Cafecomscrum.com | ![]() |
3.740.167 | |
Capitulodois.com | ![]() |
3.740.178 | |
Charmehaut.com | ![]() |
108.044 | |
Formandofocas.com | ![]() |
1.468.580 | |
Inclusaoja.com.br | ![]() |
1.623.235 | |
Youdo.blog | ![]() |
116.854 | |
Retirementreflections.com | ![]() |
862.711 | |
Viatacuaromadecafea.com | ![]() |
1.431.861 | |
Carmona.mx | ![]() |
1.412.034 | |
Lindanaomibaronkatz.com | ![]() |
4.588.270 | |
Maceyslife.blog | ![]() |
4.588.297 | |
Marasuttmannlea.com | ![]() |
3.307.490 | |
Meladycooks.com | ![]() |
2.720.130 | |
Mp-Mall.com | ![]() |
1.959.300 | |
Nailed-It-In-Az.com | ![]() |
1.576.645 | |
Outoftheshadows.blog | ![]() |
4.588.524 | |
Peoplesbudgetla.com | ![]() |
450.761 | |
Pistachew.com | ![]() |
2.312.743 | |
Professorsandcastle.com | ![]() |
4.586.235 | |
Psychologybenefits.org | ![]() |
1.059.116 | |
Queenofnails83.com | ![]() |
1.499.607 | |
Rudymartinka.com | ![]() |
255.393 | |
Sophiasdreamingblog.com | ![]() |
4.586.431 | |
Spy.com | ![]() |
62.997 | |
Stockrisers.com | ![]() |
1.720.586 | |
Tairacoaching.com | ![]() |
4.586.511 | |
Theapollotheatreac.blog | ![]() |
4.586.548 | |
Thelibertyherald.com | ![]() |
1.769.048 | |
Themermaidpolish.com | ![]() |
2.855.690 | |
Thetatalab.com | ![]() |
406.855 | |
Zombiesruineverything.com | ![]() |
1.948.398 | |
Pavandba.com | ![]() |
2.311.473 | |
Rcvbd.com | ![]() |
1.415.327 | |
Formirisnormandie.com | ![]() |
4.752.005 | |
Diyslblog.com | ![]() |
465.201 | |
Geoponoi.gr | ![]() |
802.954 | |
Theorzo.com | ![]() |
259.531 | |
Miguelarino.com | ![]() |
1.611.769 | |
Joaquinbarroso.com | ![]() |
3.522.546 | |
Digitalpedagogy.co | ![]() |
373.403 | |
Juhtimisinfo.ee | ![]() |
5.082.635 | |
Conandaily.com | ![]() |
186.883 | |
Evolutioncla***e.org | ![]() |
1.488.110 | |
Advocatetanmoy.com | ![]() |
250.428 | |
Anildabhade.com | ![]() |
2.114.434 | |
Breathmath.com | ![]() |
2.370.730 | |
Camerondwyer.com | ![]() |
1.723.154 | |
Icsecbsemath.com | ![]() |
1.307.111 | |
Ingmarschumacher.com | ![]() |
5.243.251 | |
Jasonsmovieblog.com | ![]() |
953.457 | |
Ladywithatruck.com | ![]() |
4.094.911 | |
Lucidcode.com | ![]() |
4.076.480 | |
Makeupandcoffeecups.com | ![]() |
5.243.396 | |
Michelesomerville.blog | ![]() |
967.608 | |
Pmgbiology.com | ![]() |
1.367.890 | |
Rudrajyotinathray.com | ![]() |
2.909.018 | |
Tamilandvedas.com | ![]() |
392.398 | |
Teluguislam.net | ![]() |
1.007.334 | |
Totheairportandbeyond.com | ![]() |
4.149.369 | |
Vintagemotorgarage.com | ![]() |
5.252.539 | |
Remembersingapore.org | ![]() |
640.805 | |
Nadanotes.com | ![]() |
5.361.503 | |
Omiddana.net | ![]() |
2.356.427 | |
Daylightworks.com | ![]() |
3.892.086 |