Skip navigation.

Shay Shmeltzer

Syndicate content
Tips and information about Oracle JDeveloper and Oracle ADF Movable Type Enterprise 4.23-en
Updated: 4 hours 48 min ago

Share Your JDeveloper Knowledge and Get a Free Pass to OOW

Wed, 2010-03-03 12:00
The call for papers for both Oracle Open World and Oracle Develop is now open here. This is your chance to share your experience with JDeveloper and ADF with your peers, and get a free pass to the conference. From... shay.shmeltzer http://blogs.oracle.com/shay
Categories: Development

New JDeveloper and ADF Bloggers

Fri, 2010-02-26 17:48
Here are links to some new JDeveloper and ADF Bloggers that I came across since my last bloggers list update: Christian Straub Geoff Gabrielle Crawford Pino Jang Vijay Singh Neeraj Sehgal Vijay Mohan Gert Leenders Bioinformatics Consulting Maiko Rocha Rodrigo... shay.shmeltzer http://blogs.oracle.com/shay
Categories: Development

How Do I Start Learning Oracle ADF and JDeveloper 11g

Thu, 2010-02-25 16:50
Last week I finally added google tracking on a per entry to my blog, and turns out that one of the most popular entries I did is "How do I Start Learning JDeveloper and ADF" - the only problem is... shay.shmeltzer http://blogs.oracle.com/shay
Categories: Development

Using RichFaces JSF Components with JDeveloper 11g

Mon, 2010-02-22 15:44
Someone on OTN asked whether they can leverage JDeveloper's JSF features but work with JBoss's Richfaces components. I gave it a quick try out and it seems to work ok. Here is a quick demo: Basically the same process as... shay.shmeltzer http://blogs.oracle.com/shay
Categories: Development

The Java Code Ninja Strikes Again

Wed, 2010-02-17 15:23
This time it is here: http://www.youtube.com/watch?v=oAM0fDsDFSQ Warn your friends and enemies...... shay.shmeltzer http://blogs.oracle.com/shay
Categories: Development

JDeveloper and NetBeans Working Together

Thu, 2010-02-11 11:48
I already posted a video that showed how to get a project from NetBeans into JDeveloper. Dana has a blog that shows a simpler approach for NetBeans to JDeveloper migration. If you are using Maven in your NetBeans project, then... shay.shmeltzer http://blogs.oracle.com/shay
Categories: Development

The Java Commercial that Didn't Made it to the Super Bowl

Mon, 2010-02-08 11:36
Check it out here.... shay.shmeltzer http://blogs.oracle.com/shay
Categories: Development

Woodstock JSF Components with JDeveloper

Fri, 2010-01-29 12:29
On one of the comments for my entry about migrating code from NetBeans to JDeveloper Peter asked if JDeveloper can work with the woodstock components. The answer is yes - see this demo: So basically you do get a lot... shay.shmeltzer http://blogs.oracle.com/shay
Categories: Development

Free JDeveloper and ADF Workshops Across the USA/UK

Thu, 2010-01-28 19:25
The next bunch of our highly successful OTN Fusion Development Experience workshops is about to start in a couple of weeks. These are free one day event where we spend the first half day explaining the technology through slides and... shay.shmeltzer http://blogs.oracle.com/shay
Categories: Development

Migrating From NetBeans to JDeveloper - The Video

Thu, 2010-01-28 19:05
So Oracle now own NetBeans as well as JDeveloper - but can code be migrated between the two? The answer is yes - and it is quite simple actually - have a look. If you are a developer with an... shay.shmeltzer http://blogs.oracle.com/shay
Categories: Development

JDeveloper and NetBeans - The Official Answers

Wed, 2010-01-27 20:10
Now that the Sun deal is done, we can finally explain our strategy for the Java development tools and what we are planning to do with the various tools. If you missed Thomas Kurian's section in today's event, check out... shay.shmeltzer http://blogs.oracle.com/shay
Categories: Development

Farewell to the Oracle Java Newsletter

Wed, 2010-01-13 15:02
No, we are not canceling the Oracle Java Newsletter (now called Dev2Dev), it's just that I'm quitting my moonlighting job as a newsletter editor and putting it in the capable hands of Justin from OTN. I've been editing the newsletter... shay.shmeltzer http://blogs.oracle.com/shay
Categories: Development

Fake File Template for JDeveloper

Fri, 2010-01-08 16:27
There were a couple of threads on OTN where people asked whether they can have a generic default structure for a java file when JDeveloper creates it. Usually this is in order to add some header/footer type of structure/comment to... shay.shmeltzer http://blogs.oracle.com/shay
Categories: Development

New JDeveloper and ADF Bloggers

Mon, 2009-12-28 12:27
It's a slow week at work as most of the people are on vacation. So you might be wondering what to do with your extra free time. Here is one option - catch up with some new blogs out there... shay.shmeltzer http://blogs.oracle.com/shay
Categories: Development

Displaying Hierarchical Data from a Web Service in JSF with ADF

Thu, 2009-12-17 12:21
Someone asked on OTN if we can use data coming from a Web service to populate a hierarchical tree in a JSF page. The answer is yes - and with the Web service data control this is actually very simple... shay.shmeltzer http://blogs.oracle.com/shay
Categories: Development

ADF Query with Parameters and List of Values - Part II

Fri, 2009-12-04 13:12
In the previous blog entry I showed how to do a search page using the execute with parameters operation. This entry is a little more up-to-date and uses the new view criteria and query components that have been added in... shay.shmeltzer http://blogs.oracle.com/shay
Categories: Development

ADF Query with Parameters and List of Values

Thu, 2009-12-03 17:36
This one is probably for ADF beginners, but it is a very common use case - so having a little demo can never hurt. The goal is to enable the user to select a few values from drop down lists... shay.shmeltzer http://blogs.oracle.com/shay
Categories: Development

Passing Value Between Pages to Filter a View Object

Tue, 2009-11-24 11:42
A frequent question we get from beginners is how to I choose a value on one page and pass it to another page to show a specific record or set of records. In previous blog posts I showed how easy... shay.shmeltzer http://blogs.oracle.com/shay
Categories: Development