-
as seen on Stack Overflow
- Search for 'Stack Overflow'
My application will have different strategies for my objects. What's the best way of implementing that? I would really love the case when we can make strategy classes implementation dynamically loaded from, say, some relational database. Not sure how do that better, though. What's the best approach…
>>> More
-
as seen on Oracle Blogs
- Search for 'Oracle Blogs'
Mark Woollen,Vice President, CRM Product Strategy tells listeners how Oracle's Social CRM Applications harness the latest Web 2.0 technology to create highly intuitive and focused applications for sales users today.
>>> More
-
as seen on Internet.com
- Search for 'Internet.com'
Linux at retail has been a hit-and-miss proposition for more than a decade. Canonical's new CEO explains her company's strategy for getting desktop Linux into more customers' hands.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have several Java classes which implement the strategy pattern. Each class has variable number parameters of different types:
interface Strategy {
public data execute(data);
}
class StrategyA implements Strategy {
public data execute(data);
}
class StrategyB implements Strategy {
…
>>> More
-
as seen on Game Development
- Search for 'Game Development'
In Age of Mythology and some other strategy games, when you select multiple units and order them to move to some place, they make a "group" when they reach the desired location:
I have a Vector with several sprites, which are the selected units, the variables tarX and tarY are the target x and…
>>> More