Codetown ::: a software developer's community
8 members
75 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.
The latest Android Studio Narwhal 3 Feature Drop introduces enhancements aimed at boosting developer productivity, including support for resizable Compose previews, new app Backup & Restore tools, and expanded Gemini capabilities such as automatic code generation from UI screenshots.
By Sergio De SimoneSecurity researcher Sharon Brizinov, in collaboration with Truffle Security, has conducted a sweeping investigation of GitHub's "oops commits", force-pushed or deleted commits that remain archived, and uncovered thousands of secrets left behind, including high-value tokens and admin-level credentials
By Craig RisiSociotechnical design in software development emphasizes creating systems where people and technology thrive by fostering collaboration, emergent coherence, and shared understanding through enabling constraints, leading not only to improved architecture but also to more effective, adaptive, and fulfilling work.
By Ben LindersErin Pañgilinan discusses the future of frontend and backend engineering, where XR and AI converge. She explains how the XR tech stack is evolving with foundation models and AI agents, enabling new use cases in spatial intelligence, code generation, and automation. She shares insights on the shift toward accessible, low-code tools.
By Erin PañgilinanIan Arundale and Matthew Clark discuss the BBC's architecture for handling massive digital moments like general elections. They explain how a serverless-first approach and a focus on three key non-functional requirements - elasticity, resilience, and security - enabled them to build a highly scalable platform. They also share how architects' soft skills are crucial for implementation.
By Matthew Clark, Ian Arundale
© 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