We have a client/server application written in Delphi 7 with a Firebird back end database.The code originally started out with a data access layer but quickly disintegrated to data access in forms and
I am a college student and I\'m learning about software patterns (specifically the ones mentioned in the GoF book). I have never been that good at software design, but I\'m learning how each pattern w
So, here\'s the deal. I\'m currently working in a Ruby on Rails environment and have been for ~1 year now. Before that I was in C++/Java land for almost a decade. I\'m (still) trying to figure out wha
I\'m using Zend_View, I wrote a view helper, this view helper sets some variables. One of my object uses Zend_View to render some text, and, I want to set an option to my Object but inside the view u
My aim is to implement a quite generic search mechanism. Here\'s the general idea: you can search based on any property of the entity you\'re searching for (for example- by Employee\'s salary, or by D
Closed. This 开发者_运维知识库question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
I have a few questions about the Adapter pattern. I understand that the class adapter inherits from the adaptee while the object adapter has the adaptee as an object rather than inheriting from it.
We have a medium 开发者_C百科sized Java server that has data flowing in the following way: SQL Database -> Data Layer -> Business Layer -> XML Serialization
I know ZF well, and a little bit of Magento, but I\'m new to E-commerce, and I\'m sure there are best practice to follow when designing a cart model.
Hi When migra开发者_高级运维ting from ASP.NET to MVC ASP.NET it looks like the MVC is more AJAX friendly.