engineer

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, it generates two classes, one for named after the table itself, and one with an "Id" suffix. It seems most of the useful methods ended up ...

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 correctly identified. More Detail: In the following code, ClassA is dependant on ClassB, so the UML tool needs to show this with a dashed...

Hiring Software Developers for Testing Positions

Would you hire a software developer/engineer for software testing position? If so, why? What are the pros and cons for hiring development engineer as test engineer? ...

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. ...

Where do non-traditional programmers (especially engineers/scientists) go wrong?

Soon, I expect to be asked to revise and improve existing code written by engineers and scientists. I've noticed that non-programmers do not share the same programming 'eye' as computer-scientists and full-time programmers. As someone coming from a non-computer-science background, I want to know what mistakes non-traditional programmer...

What does a Software Engineer do?

Does a man that develops like a POS system can be called a Software Engineer? ...

Reverse Engineer to get UML with PostgreSQL

Are there are any tools available for use with Postgres so that I can generate UML for the database that I have already created. ...