Advertisement
Nickname
iteye
Registered since:
July 9, 2005
Short bio:
 
Home page:
http://www.it-eye.nl/weblog/
Total posts:
884

Forum posts by IT-eye weblog:

59 pages [ Previous 1 ... 16 17 18 19 20 21 22 23 24 25 26 Next ]
Posted in All Buzz Forum, Jun 29, 2007, 9:52 AM
ZDnet has an interesting piece on the use of SOA at Amazon: SOA done right: the Amazon strategy. It’s a summary of a presentation at the Google Seattle Scalability Conference. Although the article is a bit light on details, it does contain some interesting info. Amazon is a big user of SOA: Every Amazon web [...]
Posted in Java Buzz Forum, Jun 29, 2007, 9:52 AM
ZDnet has an interesting piece on the use of SOA at Amazon: SOA done right: the Amazon strategy. It’s a summary of a presentation at the Google Seattle Scalability Conference. Although the article is a bit light on details, it does contain some interesting info. Amazon is a big user of SOA: Every Amazon web [...]
Posted in All Buzz Forum, Jun 25, 2007, 8:02 AM
Introduction Oracle launched on June 12th, 2007, the long anticipated release of the Oracle Business Intelligence Standard Edition One Suite. It concerns the release 10.1.3.2.1 and this version number is on par with the OBI EE Suite. Just like the other Oracle Standard Edition One offerings this release seems to be a good offer. Not only [...]
Posted in Java Buzz Forum, Jun 25, 2007, 8:02 AM
Introduction Oracle launched on June 12th, 2007, the long anticipated release of the Oracle Business Intelligence Standard Edition One Suite. It concerns the release 10.1.3.2.1 and this version number is on par with the OBI EE Suite. Just like the other Oracle Standard Edition One offerings this release seems to be a good offer. Not only [...]
Posted in All Buzz Forum, Jun 24, 2007, 8:02 PM
Mostly, a service is only defined by its interface. That is sufficient to connect to the service from technical perspective only, but insufficient to work with the service appropriate. That is exactly why each service needs a Service Level Agreement, in which the use of the service or the constraints of the service, etc are [...]
Posted in Java Buzz Forum, Jun 24, 2007, 8:02 PM
Mostly, a service is only defined by its interface. That is sufficient to connect to the service from technical perspective only, but insufficient to work with the service appropriate. That is exactly why each service needs a Service Level Agreement, in which the use of the service or the constraints of the service, etc are [...]
Posted in All Buzz Forum, Jun 23, 2007, 12:01 PM
Before i show you some more xquery examples, i found a page at oracle.com which illustrates the use of xquery without XMLDB. But it looks like it uses a newer release of xquery than available in JDeveloper 10.1.3.2. The xquery library in 10.1.3.2 doesn’t use a XQueryResultSet. The following example displays how to use variables with [...]
Posted in Java Buzz Forum, Jun 23, 2007, 12:01 PM
Before i show you some more xquery examples, i found a page at oracle.com which illustrates the use of xquery without XMLDB. But it looks like it uses a newer release of xquery than available in JDeveloper 10.1.3.2. The xquery library in 10.1.3.2 doesn’t use a XQueryResultSet. The following example displays how to use variables with [...]
Posted in All Buzz Forum, Jun 22, 2007, 6:02 PM
Did you know you can use Oracle’s Java XQuery library without a database? I wasn’t aware that it was possible. All the examples i know show you how to use XQuery in combination with XMLDB. But JDeveloper contains an XQuery library which you can use in any java program. The library you need is ‘Oracle [...]
Posted in Java Buzz Forum, Jun 22, 2007, 6:02 PM
Did you know you can use Oracle’s Java XQuery library without a database? I wasn’t aware that it was possible. All the examples i know show you how to use XQuery in combination with XMLDB. But JDeveloper contains an XQuery library which you can use in any java program. The library you need is ‘Oracle [...]
Posted in All Buzz Forum, Jun 21, 2007, 6:02 PM
I took me a few minutes this afternoon to figure this one out. JDeveloper can automatically generate EJB3 session beans for you that have methods to work with entity objects by selecting ‘generate session facade methods‘. These are the normal methods you need to insert, remove, and query entities. Later when you’ve added some...
Posted in Java Buzz Forum, Jun 21, 2007, 6:02 PM
I took me a few minutes this afternoon to figure this one out. JDeveloper can automatically generate EJB3 session beans for you that have methods to work with entity objects by selecting ‘generate session facade methods‘. These are the normal methods you need to insert, remove, and query entities. Later when you’ve added some...
Posted in All Buzz Forum, Jun 15, 2007, 1:13 PM
Did you know that it’s very easy to run a single test in a unit TestCase with JDeveloper? Open the TestCase in the structure view, select the method you want to run, right mouse button, select Run. You can also debug a single test the same way.
Posted in Java Buzz Forum, Jun 15, 2007, 1:13 PM
Did you know that it’s very easy to run a single test in a unit TestCase with JDeveloper? Open the TestCase in the structure view, select the method you want to run, right mouse button, select Run. You can also debug a single test the same way.
Posted in All Buzz Forum, Jun 13, 2007, 12:19 PM
The Canonical Data Model pattern is very useful for soa projects. You can find a thorough description of it in Enterprise Integration Pattern (pages 355-360). The goal of this pattern is: How can you minimize dependencies when integrating applications that use different data formats? …Design a Canonical Data Model that is independent from...
59 pages [ Previous 1 ... 16 17 18 19 20 21 22 23 24 25 26 Next ]
Advertisement