Showing posts with label Architecture. Show all posts
Showing posts with label Architecture. Show all posts

Saturday, October 30, 2010

Upcoming Presentations at the Midwest Oracle Users Group

Just thought I would mention as I'm getting together my materials for my trip back to the windy city that I will be presenting next week at the Midwest Oracle Users Group annual conference on Friday, November 5th.

I'll be presenting the following:

  • SOA Integration & Application Development Framework: 8:15-9:15am
  • Oracle Fusion Development Platform: JDeveloper & ADF : 9:15-10:15am
  • RIAs and Web 2.0 made Simple: 1-2pm
If you happen to be in the Chicago area, you should attend and feel free to swing by and chat.

Wednesday, January 21, 2009

WLS Architectures

Was having an interesting discussion this morning regarding WLS architectures. The discussion centered around the notion of if one should use multiple WLS installations (ie: separate domain/server for each) to manage a project that has the need to deploy different apps to different containers. Or to use a single domain installation with multiple managed servers under that domain.

Either way it should be a non-issue for JDeveloper to manage this as you can create multiple integrated server references by using the tools | preferences | run selection and then selecting "Edit Server Instances" and therein register each of the individual "integrated" servers. You can then through the application properties choose which server the application is bound to. You can even have JDev manage the lifecycle for these additional integrated servers via a checkbox when registering the servers with JDev.

Of course the developers wouldn't make it that easy as they're also requiring separate domain templates to be utilized...

All very interesting.