-4
votes
0answers
98 views

why do Oracle package up Java with the ask toolbar [closed]

The short answer is because they make money (I assume they get commission for every click?). But it devalues the "brand" and annoys everyone who install its. Is their any logical reason for Oracle ...
2
votes
1answer
124 views

Sorting rows off an autoincrementing primary key

Is it a bad practice to rely on an auto-incrementing primary key to sort rows in a table? A coworker and I were having an argument about this subject. We need to be able to find the last-inserted row ...
1
vote
1answer
535 views

is Oracle ADF Mobile free? and what is it's usage scope? [closed]

I would like to know whether Oracle ADF Mobile is free to use for someone who doesn't have the (expensive) ADF license, and what if I want to talk to a backend (web service), do I need Weblogic? ...
5
votes
2answers
372 views

Is there a recommended order to take the Oracle Java EE certification exams?

I recently passed the Oracle Certified Professional, Java SE 6 Programmer examination. Now, my boss would like me to take "the next step" to broaden my competence. I tried to explain that there is no ...
1
vote
2answers
231 views

Oracle has some very helpful and free code…I think

I found that some of the code that Oracle uses is very useful so I don't have to re-invent the wheel. Given this is at the top of the file where the code in question is: /* * Copyright (c) 1997, ...
6
votes
3answers
225 views

Materialized View vs POJO View based on Objects representing Oracle tables

I have about 12 Oracle tables that represent data that's being integrated from an external system into my web application. This data is going to be used in an informational and comparative manner for ...
4
votes
2answers
286 views

License of current JDK

I am wondering which license the current JDK 7 (NOT the OpenJDK) is using as I know it was once under GNU GPL but with the change of the Distributor License for Java I would like to know whether they ...
7
votes
3answers
430 views

Who is responsible for the development of Java?

When I google about Java, the companies most mentioned are Sun, Oracle and IBM. I know that Oracle bought Sun, and the Java official website is Oracle domain, so I can assume that Oracle is the ...
5
votes
6answers
483 views

Middle tier language for interfacing C/C++ with db and web app

I have a web application requiring a middle-tier language to communicate between an oracle database and math routines on a Linux server and a flex-based application on a client. I'm not a software ...
5
votes
5answers
328 views

What is a good way to reset the Primary Key?

We've hit an application issue with an Oracle table Primary Key exceeding the limits used by a Java Integer (2 ^ 32) and one of the suggestions is to reset this to 1000 and let it start again. OR ...
15
votes
2answers
701 views

What is Oracle's commitment to Java?

We are investing heavily in Java, but after recent experiences and reading Joonas' response on that question: Had you used those flags in Java 6, you could have experienced not only crashes, ...
7
votes
3answers
495 views

How safe it is to do minor JVM upgrades?

I have been working on the JVM for years and I have very rarely experienced a JVM crash ... that is until approx 6 months ago. Since that I have experienced approximately 5 JVM crashes resulting ...
0
votes
3answers
441 views

Oracle Java SE Certification

Which exam(s) should be given for Java certification from Oracle. is Oracle 1Z0-851 exam old SCJP ? Recommend book which covers Oracle 1Z0-851 exam?
2
votes
2answers
2k views

Java stored procedures in Oracle, a good idea?

I'm considering using a Java stored procedure as a very small shim to allow UDP communication from a PL/SQL package. Oracle does not provide a UTL_UDP to match its UTL_TCP. There is a 3rd party ...
5
votes
3answers
2k views

Oracle owns Java but Google is using Java?

Ok, I don't get it. What does "Oracle owns Java" mean? Google is definitely using Java in Google App Engine, does that mean that Google have to pay Oracle for doing so?
2
votes
3answers
248 views

Free/low-cost online resources to study for certifications [closed]

So I am interested in working towards are few specific certs. Namely Oracle 11g, MySQL, and Java. I know there are tons of books out there, and I do plan to hit up my local library on these subjects ...
8
votes
3answers
2k views

“Oracle Certified Expert, Java Platform, Enterprise Edition 6 Java Persistence API Developer” Preparation

I have been working with Hibernate for a fews years now, and I want to solidify and demonstrate my knowledge by taking the Oracle JPA certification, also known as: "Oracle Certified Expert, Java ...
4
votes
3answers
1k views

Changing my Sun SCJP certification to an Oracle one?

I hold a Sun SCJP from ten years ago or so. At first it was supposed to be a temporary certification (valid for a few years, I don't remember exactly: all I remember is that I had an expiration date ...
14
votes
5answers
804 views

Some advice concerning Oracle and Java

I've seen the news yesterday that Java 7 and Java 8 passed but the majority weren't very happy. Can anyone clarify what consequences does this have on Java and the community ? What licenses did Oracle ...
1
vote
2answers
355 views

What are your thoughts on the Oracle Master (old Sun Certified Java Developer) Examination?

Has anyone done the Oracle Master (old SCJD) Examination? What are your thoughts on this examination? Is it worth taking it? Not really from the point of learning anything (as I doubt I will), but ...
17
votes
10answers
2k views

Will Java be dead if the split into free/premium JVM happens?

According to http://www.theregister.co.uk/2010/11/06/oracle_dueling_jvms/ there is a possibility that Oracle really will kill Java split Java into Free and Premium JVMs. My Questions Do you think ...
27
votes
9answers
2k views

Is Java “dead in the water” as a consequence of Oracle buying Sun and subsequently suing Google

Google has led many useful Java features (guava, gson); now that Oracle has purchased Sun will it effect its future enhancements and utilization as a development language. What exactly, or even ...