Hey all,
I've been wanting to have a dabble with Model Driven Architecture for a while now.
Could anyone give me any hints on how to start.
I'd love to be able to define a domain model in UML then be able to transform it to say java classes with JPA/hibernate annotations defining the data mappings.
I'd really love to get my hands dir...
Are there any tutorials or documentation files for drawing Sequence Diagrams with Eclipse MDT-UML2?
I can't put a Lifeline on the page. It took me 10 minutes to figure out that I first have to make a big Iteraction, and then I can put Lifelines into it.
I can't figure out how to make the Participant box wider in the lifeline. Any nam...
Hi,
Does anyone know of any good resources that cover programming / scripting against the Microsoft Deployment Toolkit (MDT) task engine?
It's an edge case kind of question but I'm trying to find more information and there seems to be a dearth out there.
Thanks.
...
Hi,
I am developing an iPad application in which I need to convert a string in the format
"Wed, 13 May 2009 05:36:20 MDT" to NSDate.
I am using the following code:
NSDateFormatter *dateFormatter = [[NSDateFormatter alloc] init];
[dateFormatter setDateFormat:@"EEE, dd MMM yyyy HH:mm:ss zzz"];
NSDate *pubDate = [dateFormatter dateFromS...