Tag: XML
				
										
									
					
							
						
				Introduction In my previous blog I’ve explained what a Canonical Data Model (CDM) is and why you should use it. This blog is about how to do this. I …			
					
								
												
									
					
							
						
				This blog is about XML namespace standards. Primary for using them in a Canonical Data Model (CDM), but also interesting for anyone who has to define XML data by …			
					
								
												
									
					
							
						
				Introduction This blogpost is part III, the last part of a trilogy on how to create and use a Canonical Data Model (CDM). The first blogpost contains part I …			
					
								
												
									
					
							
						
				Introduction The last few years I’ve been working in several SOA related projects, small projects as well as quite large projects. Almost all of these projects use a Canonical …			
					
								
												
									
					
							
						
				Read large XML files in chunks . Introduction At my current project, XML files are uploaded by the end-user in order to be processed in the Oracle SOA Suite. …			
					
								
												
									
					
							
						
				Data offered as internet resource in a structured XML or non-XML format (such as JSON, CSV or fixed position) – cannot be retrieved by the File Adapter, but it …			
					
								
												
									
					
							
						
				There are situations where I have to create an XPath expression that performs something like if-then-else logic (similar to a CASE or DECODE expression in SQL or a ternary …			
					
								
												
									
					
							
						
				Wil je als ontwikkelaar met Oracle Service Bus (OSB), onderdeel van de Oracle SOA Stack, aan de slag op een project; als beheerder OSB willen beheren en monitoren; of …			
					
								
												
									
					
							
						
				One of my colleagues had an interesting challenge. In an Oracle Database he has a table that contains an XMLType column. The column contains XML documents with people collections. …			
					
								
												
									
					
							
						
				XMLIndex support for Hash Partitioning is now also supported in Oracle 12c. In Oracle 11 there was already support for RANGE and LIST partitioning, but not yet for HASH …			
					
								
												
									
			
						
								 Betty van Dongen
								 September 12, 2012
								 AMIS, Database, Databases, Java, Oracle WebLogic Server, Software Development, Software Engineering, Web HTML5 CSS3, Web/Java, XML
								
							 
					
					
							
						
				On a recent project, I ran into a problem with an XML document, that had to be enclosed within another XML document, generated from a database query. The problem …			
					
								
												
									
					
				In a previous post I’ve explained the Schematron standard, how it works and how to use it. In the Oracle SOA Suite you can ‘Validate Semantic’ on the input …			
					
								
												
									
					
							
						
				This presentation will hopefully convince database developers that types in the Oracle Database are worth their salt – and more. With the recent improvements in 11gR2, the pieces are …			
					
								
												
									
					
							
						
				Lately, we have been introducing Selenium based testing for many our ADF Faces based web applications. Or rather, our testers created the tests for the web pages using Selenium. …			
					
								
												
									
					
				In this blog I will show you how you can call a webservice programmatically in Java without using a webservice library like JAX-WS or Apache Axis. Normally you would …			
					
								
												
									
					
				As a followup to my recent article on how to Produce and XML document based on data in a POJO structure using JAXB (https://technology.amis.nl/blog/12499/creating-an-xml-document-based-on-my-pojo-domain-model-how-will-jaxb-help-me) I will describe in this …			
					
								
												
									
					
				The challenge is a common one. We have got data in a domain model, based on POJOs. And we need to marshall that data into an XML document. Note …			
					
								
												
									
					
				In the past few weeks, I have encountered a similar discussion in various organisations. Each organisation uses either SOA Suite (11g) or Oracle Service Bus (11g) at the core …			
					
								
												
									
					
				In our current webservice project with JAX-WS in JDeveloper 11.1.1.3 we have a challenge with calling a webservice. This webservice from a remote organisation does not accept specific SOAP …			
					
								
												
									
					
				For a couple of months I have been discovering the Android platform. As an original Oracle developer I was wondering how an Android app can be connected to an …			
					
								
												
									
					
				Today we had an interesting exploration into the many ways available in the Oracle Service Bus to load a piece of XML into a variable in a message flow …			
					
								
												
									
					
							
						
				Yesterday evening we had our annual Oracle Open World review at our office in Nieuwegein. Around eighty people attended and all were very involved with the session. Five AMIS …			
					
								
												
									
					
				Currently sitting in at Sam Iducula, Consulting member of the tech. staff and Mark Drake, Sr. Product Manager for Oracle XML DB. Before getting into the more in-depth topics …			
					
								
												
									
					
				The Mediator component in SOA Suite 11g has a the option to specify a Java Callout, one for every WSDL operation. The Java Callout refers to a Java Class, …			
					
								
												
									
					
							
						
				I have put my Oracle Open World Presentations online via Slideshare. They got a bit scrambled due to all the animations I build in this time, but alas…haven’t found …			
					
								
												
									
					
				  While looking into the XML functionality in JDeveloper 11g, I came across a feature that was added in the 11.1.1.1.0 release – July 2009: XML Schema from XML Document. Functionality …			
					
								
												
									
					
				  A few months ago I came across a relatively new book: Processing XML Documents with Oracle JDeveloper 11g by Deepak Vohra (370 pages, Packt Publishing, ISBN 978-1-847196-66-8, February …			
					
								
												
									
					
							
						
				  There is a Metalink note (563802.1) that has a very good example how XML data storage, partitioning can be achieved in Oracle version 9.2.0.3.0 (the first officially supported …			
					
								
												
									
					
							
						
				Packages in the Oracle Database are a fine construct to use for creating a service API at PL/SQL level – that through JDBC or other connections into the database …			
					
								
												
									
					
							
						
				  An advert for myself. Wow! How cool is that…   The local Oracle User Group Holland starts on the 16th of April with a new series of presentations …			
					
								
												
									
					
							
						
				I just found that at OTN’s TopLink page the announcement is already published that was expected later today: TopLink 11g is available. Note that TopLink 11g is based on …			
					
								
												
									
					
							
						
				A nice little trick on Oracle 11G is using XMLQuery as an eval function: SQL>l   1  select substr( sys_connect_by_path( level, '*' ), 2 ) || ' = ' …			
					
								
												
									
					
							
						
				My first days at AMIS I examined JasperReports (v. 0.6.3), an open source report-generating library. This tool is entirely written in Java and uses XML report templates to generate …