Thursday, 19 November 2009

Kissing - Keeping it simple


I spotted this today and couldnt resist talking about it. I was reading Eric Burke's comic look at typical product masters and looking inwardly at our own products. Most of the 'Walk up and use' products are things like the iPod, the toaster and other.

Avoiding the 'me too' scenario is going against the grain in many places. For SQL Developer, we have tried to keep the amount of functionality exposed as clear and simple as possible.

In 2.1 we have pushed a lot of the added functionality down into menus which do not need to be used all the time. We have simplified the number of dockables that we start and made a lot of the basic functionality of the navigator, worksheet and data management much cleaner and simpler.

We're getting ready to cut a release candidate so you should check it out for yourself.

Friday, 13 November 2009

Database Unit Testing:- Do you do it?


Testing. When you're writing code, how often do you test it? Ok, you test it, but how often do you spend the time to put a set of discrete tests together to make sure that your code is doing what you thought it would do and moreover, it doesnt do what its not supposed to.

As part of SQL Developer 2.1, Unit Testing is one of the main features we have added. This is very different to anything you've seen in this area before. There are 5 different things on the new navigator we have added.

  1. Tests: These are individual or discreate tests against a piece of code like a stored procedure or a function or package. Each test can have several implementations of the test. I.e., if it is a stored procedure, you can have an implementation with n implementation depending on the permutations of the paramters that you want to support.
  2. Suites: This is a regular concept, like JUnit, which you can use to group your tests and run them together, in sequence. In fact, with 2.1, you can run unit tests from the command line which means you can hook them up with your build machine and run these in as part of a standard build and publish results with your builds
  3. reports: We have canned several reports so you can see how your suite of tests ran, what the coverage numbers are and allow you to drill through each implementation that was run.
  4. Lookups: Lookups are setup to allow you to predefine static parameter values that can be group by functional need and used in test implementations.
  5. Libraries: Like the word says, these are libraries of startups, teardowns, validations, and defined dynamic values that we want to use regularly in tests.

The test here shows each implementation of the test. The implementation is a set of parameters which will give you a specific result, based on processing the parameters as part of the stored procedure.

This is our first release of Unit Testing and we will add more features in the next few releases. This release allows you to set up suites of tests with parameters covered by all the scalar datatypes. We will cover more abstract types in future releases.

This is available as part of SQL Developer 2.1, which at time of writing this is available as an EA from http://otn.oracle.com/sqldeveloper. Download it and play with it. If there are things you like, let us know and if there are things you would like added, then you can let us know on the feature request page as usual which is http://sqldeveloper.oracle.com


Sunday, 11 October 2009

Everyday tasks with Sql Developer

Sue has kicked off open world introducing SqlDeveloper 2.1.
You should check it out on http://sqldeveloper.oracle.com .
If you're around openworld tomorrow, you need to check out Kris Rice's talk on Unit testing. It's new, different and really cool!

Thursday, 27 August 2009

Products and Services | Oracle

Products and Services | Oracle

Shared via AddThis

Thursday, 2 April 2009

APEX on MacOSX

Well, I eventually got around to it and have APEX running on my Macbookpro with 10GR2.
Very nice. Building up an apex application is neat when you can do it where I live.

This leaves my dev environment all set up on mac now with:
  1. SQLDeveloper 1.5.4
  2. Apex 3.2
  3. Oracle 10gr2
  4. and Java with Eclipse :)
So, ok, whats weird or unusual about this setup you ask? Speed. The database and apex responses are instant on the macbook pro, and when I'm done I can export the app and deploy it on apex.oracle.com to share it with other folks.

Tuesday, 10 March 2009

Installing Oracle.....


Well, We do it alot and this is no exception. or is it...

Friday, 27 February 2009

SQL Developer 1.5.4 coming soon

Working through the last issues with SQL Developer 1.5.4.  We've done a lot of work with this to address functionality that people required in the base product and now have translated it to 9 languages.
  1. English
  2. German
  3. Spanish
  4. French
  5. Italian
  6. Portuguese
  7. Chinese
  8. Simplified Chines
  9. Japanese
  10. Korean
Once we are happy with the current builds, we'll be out to users as soon as we can.  I also hope that this is the version to be adopted in the Oracle Database 11GR2 database