Hy,
I understand that attribute programming is used to add metadata to the code,
but since they are implemented with a class and we can extend that class, we
should be able to do any normal class thing with attributes like:
-Have methods
-Use any kind of code in the constructor and the method...
more >>
Hello everyone!
I would like to know about who "can" and "should" be included in the
Software Development Teams for small and startup companies.
Consider this scenario: Three persons wish to develop and sell software but
they are low in budget and could not hire many people to perform differ...
more >>
I've built a class to broker the data in may application. In other words,
when my business logic needs a list of widgets in the db, it calls
mybrokerclass.getWidgetList, which might return a collection or arraylist of
widgets.
This way, the business logic doesn't care about where the data come...
more >>