Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Java Puzzle Ball Basic #10 Bug

OTG-467455Nov 9 2017 — edited Nov 10 2017

Blue bumper and rotation wheel seem to have a bug.  Placed rotation wall and blower in their respective slots on the blue wheel.  Not sure what I did. The blue wheel showed the rotation wall and blower but the bumpers did not have any wall or blower attached anymore.

Setting the ball in motion ended up with the ball getting stuck in the first blue bumper in its path.  No deflection obviously due to no walls being present.   The blue bumper continued to emit a sound until I clicked stop.

Any idea what could cause this?

This post has been answered by NickR2600-Oracle on Nov 9 2017
Jump to Answer

Comments

jflack
Answer
I'm sorry to tell you that with Designer, what you see is what you get. You can tell Designer about your preferred editors for text and for HTML, and you could probably tell it to use Netbeans as your editor, but that wouldn't give you much benefit. I mostly don't use an external editor with Designer - the built-in editors are good enough for what little editing I do with Designer. Designer also does not generate to a Java or JEE environment, unless you want to write the generator yourself.

As for JDeveloper, Designer really doesn't talk to JDeveloper either. However, there used to be a JDeveloper extension that could read the Designer repository and use it to generate ADF Business Components for modules that you designed with Designer - they might be Oracle Forms, Oracle Reports, Visual Basic, or Web PL/SQL modules. I know that it worked with JDeveloper 10.1.2, but I don't know if the extension has been updated to work with JDeveloper 10.1.3. I don't know if there are plans to update it for JDeveloper 11 either. I hope so - I still have a lot of stuff in my repository.

If you are willing to switch to JDeveloper, you might want to look at JHeadstart, which I understand can get more out of the Designer repository than the JDeveloper extension can. Someone want to confirm that?

At this point, you may be asking yourself, "Gee, then why would I want to use Oracle Designer?" You might want to consider using Designer only for database design at a logical (E/R Diagrams) and physical level (Server Model Diagrams), and switch to your preferred IDE after you generate and execute your DDL. If you only model databases on a physical level, you might look at the diagramming tools in JDeveloper - they are quite good. Oracle is also adding modelling and diagramming tools to SQL Developer, so you might want to keep that at the back of your mind for future reference.
Marked as Answer by 531441 · Sep 27 2020
531441
thanks jflack.

I think it is clearer now. I better stick to a database designer. You answered the question.


Regards.
1 - 2

Post Details

Added on Nov 9 2017
8 comments
302 views