Tagged Questions

0
votes
1answer
30 views

Foreign key disappears when i do reverse engineering using mysql workbench

Hello, When i use mysql workbench, the schema of reverse engineering disappears. I don't know why. Do you have solutions? Thanks.
0
votes
4answers
144 views

Whats the difference between Software Developer and Software Engineer [closed]

Possible Duplicate: Software Engineer, Developer, Programmer - Just a name? I do not know if both are used as sysnonym but are both the same? I know that software engineers are regarded as …
3
votes
11answers
259 views

hiring software developer for testing position

would you hire software developer/engineer for Testing position? why? what are the pros and cons for hiring developer/engineer as test engineer?
2
votes
3answers
327 views

C++ to UML ( Reverse engineer / Round-trip engineering )

I am looking for a tool that can reverse engineer C++ to UML (and vice-versa). However, the crucial requirement is that it can correctly parse method (member function) bodies so that dependencies are …
7
votes
14answers
709 views

Software Engineer, Developer, Programmer - Just a name?

I look at ads and the jobs seem to overlap. A lot of software engineer jobs even say CS or related degree so it doesn't seem like a degree in CS = software engineer. It seems like a programmer or …
0
votes
2answers
1k views

Why does MyEclipse’s Hibernate Reverse-engineering creates multiple classes when mapping certain tables?

I have a table in my MYSQL database which does not have a primary key, but has a unique key on two columns. When using MyEclipse's Hibernate reverse engineer tool to create a mapping for that table, …