Tagged Questions
The architect tag has no wiki summary.
12
votes
7answers
2k views
What does a Software Architect do and what programs do they use?
I keep hearing about the "Architect" title in larger software corporations, and am interested to know what they do and how they get it done.
Is it their job to prepare visual diagrams outlining the ...
12
votes
14answers
2k views
How do you evaluate a Software Architect?
What characteristics do you find more valuable in a software architect? How to evaluate one?
For example:
Is in-depth knowledge of a stack more important than a good overall knowledge of different ...
9
votes
8answers
2k views
Architect vs Analyst
Can anybody provide me with a good explanation for the following : What are the main differences between a software architect and a software analyst ?
Thanks
9
votes
17answers
3k views
Programmer vs Architect? [closed]
My ideal position would be designing systems and programs, I love the industry and the technology but I just don't really like ONLY coding.
People at my work say that nowadays you can't just be a ...
4
votes
10answers
195 views
Desiging a new application, what tools do you use?
Whenever I am desiging a new application, I tend to use paper and pencil to get an idea of the database structure, major modules and feature set etc.
I do own a copy of mind manager but I find that ...
3
votes
2answers
260 views
Mentors for Architects
While reading the activities performed by established solution/software architects, i came to know that many of them are guided by mentor or mentors.
So,
Did you become an architect by the help ...
2
votes
3answers
428 views
How to show Enterprise Architect diagrams in Power Point in an appealing way?
I create my diagrams in Enterprise Architect.
Sometimes I need to embed them in Power Point presentations but it does not look good in the UI as it would if I would write them there from scratch.
Is ...
2
votes
1answer
809 views
Enterprise Architect (Sparx Systems) - add parameter name and type in parameter list
I cannot get the name of the parameter to show up in class diagram generated by 'Enterprise Architect' (Sparx Systems). I am trying to add a operation below
+ delayFight(numberOfMinutes: int) : Date
...
2
votes
5answers
300 views
How does a Software Architect get his designs programmed?
Furthering my previous question about what an SA does, I'd like to know how SA's usually manage the developers under them. Is it:
a manual process, where they meet with developers to make them ...
1
vote
2answers
27 views
What approach should I take to Bind data to TreeView?
I have an architect question:
I want to use Tree View to display some categories and on each categories if user clicks, need to show total product for that category.
What approach do I need to take?
...
1
vote
1answer
184 views
How to resolve an Error after importing a package in Enterprse Architect Sparx Systems
Everytime I want to change some properties in some class I get the following error messages:
:Microsoft Cursor Engine [-2147217864]
Row cannot be located for updating. Some values may have been ...
1
vote
2answers
2k views
Delphi XE - F1027 Unit not found: 'System.pas' or binary equivalents (.dcu) upon Activation of trial version
I just purchased the full version of Delphi XE Architect after using the trial version for 30 days. I can't build anything, every time I go to build a project I get the error.
[DCC Fatal Error] ...
1
vote
1answer
341 views
Sparx System Enterprise Architect - Unbinding to Source Control
I currently use EA connected to TFS as source control repository to manage the models, however I now have a need to stop using source control.
I've searched but only seem to be able to find ...
1
vote
1answer
729 views
Enterprise Architect: how to synchronize with source code (source -> model) when its in a different absolute path in the disc?
I've made a model in Enterprise Architect using the 'reverse engineering' tool to import my Java classes into the EA model. Now I intend to keep this model up-to-date with the code as the development ...
1
vote
1answer
97 views
Technology gamut - Where to start with and how?
I want to be a J2EE architect in future.
I started learning new technologies and covered some Frameworks like Spring, Struts and Hibernate. EJBs also I've worked in the past (way back in 2005).
...
1
vote
2answers
393 views
Is it possible to export Visual Studio UML diagrams to Enterprise Architect?
Working with Visual Studio 2010 and having all the UML diagrams in the VS solution, I wonder if it is possible to export those diagrams (classes, workflows) in Enterprise Architect to benefit of its ...
1
vote
4answers
1k views
Sun Certified Java Architect
Anyone who has done it recently? Can you give me some insights on the books, not many good ones out there.
Truly appreciate it,
Thanks.
1
vote
6answers
588 views
How do I move from being a software developer to being a software architect?
I mean...
Should I start programming less and designing more?
Should I stop reading programming books, and start reading more books about pattern designs, etc?
Should I stop focusing primarily on ...
1
vote
3answers
784 views
tips for transition from lead developer to architech/tech lead
I got out of college in 06 with Bachelors in CS and since then have been working as a Java Analyst. Last year I got into a project where I am the lead java developer. But somehow I do not feel ...
0
votes
2answers
151 views
Rational software architect installation fails - could not create java virtual machine error
Im not able to install IBM RSA (Rational Software Architect) which I have to use. Im still getting error: could not create java virtual machine error while installation stage: reconciliation of the ...
0
votes
0answers
240 views
Enterprise Architect: generate sequence diagram by attaching to a process
I am using Windows 7, Enterprise Architect (EA) 6.5 and 32-bit Java 1.6.0_22
I am trying to generate a sequence diagram modelling externally run java program. For now I have been using a dummy java ...
0
votes
0answers
165 views
When will be available the Oracle Certified Master, Java EE 6 Enterprise Architect [closed]
When will be available the Oracle Java EE Architect certification version 6?
Are there also books been written for this certification?
When they will be available?
Thanks
Javi
0
votes
0answers
206 views
using crow's feet notation in data modelling in enterprise architect
I am only able to use connectors in enterprise architect with traditional 0..* style multiplicity rather than crow's feet connectors. I've tried using different drawing styles and still cannot work ...
0
votes
0answers
39 views
Creating FK between table´s of diferent packages in Enterprise Architect 7
How to create a FK between table´s of diferent packages in Enterprise Architect 7? My database is Oracle.
-2
votes
2answers
38 views
How many one-click log-ins should one accept for a social networking site?
I'm working on a social site. Much like Stackoverflow I would like to offer one click log-ins for my users. However, upon perusing Google and some other sites I see that many social sites (or I ...
-3
votes
1answer
64 views
implementing rules [closed]
I had given task to display or print employee benefit handbook based upon on the set of rules for each of employee. For example, if employee is male, display "Mr." .If employee have this benefit, ...