Skip to main content

WebAPIs IndexedDB with Java and Design Patterns

WebAPIs IndexedDB with Java GWT J2CL using Well Known Design Patterns

https://bit.ly/GwtIndexedDBDesignPatterns

Enjoy!

Comments

Shiva Shakthi said…
Post is really impressive... Thanks for the data update and waiting for your new updates.
OOPs concepts
Java Concepts

Technology said…
Thanks for sharing, very informative.
Attendance Management Software Services in Bangalore
Zenetial is a cloud-based attendance management software in Bangalore. It is suitable for all types of business and it will be easy to use for common HR activities.
Pema wangmo said…
Thanks for sharing with us! SmewIndia presents an exclusive collection of F.R.I.E.N.D.S Themed Frames, now available for purchase in India. And the best part? We offer unbeatable prices across the entire country!
Vrinda Editz said…
Thankyou for this useful information. Support me by hitting the subscribe button out there Vrinda Editz

Popular posts from this blog

GWT Training for Java Developers with GWT Boot

I'm always a fan of " one language solution with Java to rule them all ", here are sofar my opinions about Polyglot Programming: Why "Polyglot Programming" or "Do It Yourself Programming Languages" or "Language Oriented Programming" sucks? Warum Polyglot Programming nicht praxistauglich ist Java als universelle Programmiersprache Until today nobody can excite me about Polyglot Programming. My points are getting another big support after I read the " Rise of Polyglot at Netflix " presentation which says that Polyglot is expensive , also for company in the category of Netflix. At the end of the day we need to be productive . Our applications should have a  high quality standard and the total costs  (TCO) of our software development should be manageable and low . To be able to reach this goal we have Java with Spring Boot or JakartaEE on the server-side which offers REST interfaces. So logically for user interface development

Moving Host Cobol Batches and Monolith Webapps to Cloud and Microservices

Very interesting presentation in Amazon Event "From Mainframe to Microservices - Vanguard's Move to the Cloud" . Following parts can be used as Migration Patterns : Different ways of how to move from Mainframe to Microservices: Re-host Reengineer  Refactor Rewrite Batch job migration Data analytics enablement Data-driven augmentation Re-platform with Linux and Java Repurchase Retire Combination of all This presentation also shows the Cloud Data Architecture at Vanguard. Generally this is how we can build our own database for our micrsoservicew at the cloud and at the same time still use the data from DB2 mainframe on-premise as well.  Advantages using this data architecture: Each microservice reads data from its own local database. DB2 mainframe database can still be used from other Host / Cobol batches. DB scalability Disadvantages: You cannot write to the database in case you have a network problem. There is an extension t