This TP4 release is all about events. In JDeveloper 11g TP4 there are some new features like
Active Data Service, this is very interesting push framework. ADS refreshes the ADF bindings when the data source is changed. This data source has to publish events. BAM can be a data source which can publish event.
MDS Metadata services, Customizing pages is more explained.
New features of Soa suite 11g
Event delivery network, A new Enterprise console and Business Rules is more explained and off course the J2EE edition of Oracle BAM.
There is a lot to blog about especially about events and how to use this in ADF, Soa suite and in BAM.
So check this blog and other Oracle bloggers for all the new details.
HI! MDS Metadata services is included in JDeveloper 11g? And I want to know if in JDeveloper is possibility to build jsp pages from meta-data? That is if I define a new attribute somewhere, then the attribute will be defined in DB an all jsp pages in which I want?
ReplyDeleteAnd how to that?
Best Regards, Kristaps
Hi,
ReplyDeleteMDS will be supported in the next release of jdeveloper 11g.
in TP4 you can try this out.
JDeveloper is possibility to build jsp pages from meta-data?
You can customize pages with MDS, you can do this visualy see my MDS blogs entries.
and you can use page templates with conditions or build pages dynamicly from a backing bean. See my adf dynamic blog entries.
thanks Ediwn
Where I can find adf dynamic blog entries in your blog? Can you explain?
ReplyDeleteAnd with that I could build jsp pages defining an attribute in one place and automatically this attribute will shown in all jsp pages?
Best regards, Kristaps
And with that I could build jsp pages defining an attribute in one place and automatically this attribute will shown in all jsp pages?
ReplyDeletethis is called 11g jsf templates adf , if you search on google you will find it
here some dynamic examples
http://biemond.blogspot.com/2007/12/dynamic-jsf-page.html
http://biemond.blogspot.com/2008/11/dynamic-menu-based-on-roles-database.html
thanks
Does OSB 10.3.1 supports the BAM adapter?
ReplyDeleteHi,
ReplyDeletenot directly by an adapter , I think you want to send events to the BAM, I believe you can do a service callout from a proxy flow, Bam support a ws or jms. This should work.
Thanks Edwin
Hi,Edwin! I'm studying in master studies! My master work is to show how I can develop app very fast, agile methodology. For example, I have several pages with large amount data. In previous project where I worked the changes come so fast. Needed to drop most columns, add some new in DB. After that I needed to synchronize EO in Model, delete some fields from *.jsp pages and add new fields. It was so boring and needed much time. Maybe You can suggest something? For example, how can I build pages so that I drop some columns from DB or add, the changes come to my page automatic? I think, there can be a metadata level operations. Is I'm right?
ReplyDeleteMaybe it can be done by MDS or using ADS? I was reading Your blog about MDS but don't understand quite well! Do You have detailed information about that - MDS and ADS how to use them - some step by step tutorials with detailed info or demo video ent-to-end? I really want to know how can I do! My be You have addition info about my problem and agile methodology principles in Jdeveloper 11g?
Can You write me an e-mail? My e-mail is - kristaps.romans@inbox.lv
Hope You help me!!!
Best regards, Kristaps
Hi Kristaps,
ReplyDeletein jdeveloper you can only achieve this by using jheadstart, this uses a metadata file and generates all the jsf code based on the adf bc model.
mds in adf is for storing the user customizations
just try jheadstart escpecially when you want data driven pages
thanks
Hi, Edwin! Maybe You have some other resources how to develop IS using agile? If Yes, please give me an advice!
ReplyDeleteBest regards, Kristaps
Hi, Edwin! Can You give me an links to tutorials about MDS and ADS? Where is step by step tutorials for this topics in short details.
ReplyDeleteBest Regards, Kristaps
Hi,
ReplyDeletefor MDS see this
http://biemond.blogspot.com/2009/07/mds-repository-for-adf-11g.html
and this
http://biemond.blogspot.com/2009/07/customize-and-personalize-your-jsf.html
in PS1 coming this month they will add more data push support , in the current release this is limited.
thanks