Codetown ::: a software developer's community
8 members
76 members
47 members
sony john has not received any gifts yet
Codetown is a social network. It's got blogs, forums, groups, personal pages and more! You might think of Codetown as a funky camper van with lots of compartments for your stuff and a great multimedia system, too! Best of all, Codetown has room for all of your friends.
Created by Michael Levin Dec 18, 2008 at 6:56pm. Last updated by Michael Levin May 4, 2018.
Check out the Codetown Jobs group.
Cloudflare revolutionizes AI integration with the launch of remote Model Context Protocol (MCP) servers, enhancing accessibility for developers. This advancement allows seamless AI interactions with external services, offering simplified deployment, built-in OAuth for security, and expanded use cases. Embrace innovative workflows and empower your applications on a global scale.
By Steef-Jan WiggersIgor Canadi discusses the architecture of their real-time search analytics SQL database built on RocksDB. He explains their cloud-native design, custom RocksDB replication, shared hot storage solution, and how they optimized RocksDB for efficient analytical queries. Learn about their approach to scalability, low latency, and high concurrency for application-focused databases.
By Igor CanadiAmazon has announced an expansion of its generative AI capabilities with the introduction of nova.amazon.com, a platform designed to give developers easier access to its foundation models. This includes the newly unveiled Amazon Nova Act, an AI model specifically trained to execute actions within web browsers.
By Robert KrzaczyńskiStéphane Di Cesare discusses DKB's experience introducing a product mindset within their platform team, explaining their definition of a platform team, the rationale behind the shift, and their journey including challenges, goals, and key learnings around user value, platform definition, maturity models, and effective communication strategies for senior software developers and engineering leaders.
By Stéphane Di Cesare
© 2025 Created by Michael Levin.
Powered by
Comment Wall (1 comment)
You need to be a member of Codetown to add comments!
Join Codetown
The best practise is to use a services layer for dao operation ( for transactions and business logic ) . But i don't know your application I might be mistaken.
However i think you can inject your dao in the controller class and then set the result of dao's call in your command class. You can do this also before the page is called overriding the formBackingObject or referenceData methods of the controller.
* Excuse my bad English... i hope you'll understand