Web
(X)(H)TML, CSS, JavaScript
Book Review: Oracle WebCenter 11g PS3 Administration Cookbook by Yannick Ongena
0A few months back, in August, I received an electronic copy of the book: “Oracle WebCenter 11g PS3 Administration Cookbook” by Yannick Ongena (Packt Publishing, 2011). I promised you then you write a review on it and now I finally deliver on that promise.
Main conclusion: if you want to get started with WebCenter 11g, this book will help you take your first steps on many of the most important areas of Web Center (Portal). The recipes in the book provide clear instructions on getting things going. Where the Web Center documentation can be a little overwhelming – the Web Center Developer’s Guide has 69 chapters and presumably over 1500 pages of content – Yannick’s book is clear, straightforward and easy to follow.
I am not exactly sure about the intended reader for the book. The title and Yannick’s introduction mention Administration and a technical person responsible for administration. Many recipes however discusses topics and tasks I would associate with developers. So presumably both administrators and developers will benefit from the book. Note that the traditional roles of developer, administrator and end user are not as clearly defined with Web Center Portal: business or end More >
Some WebLogic Administration Essentialsbook reviews
0Some people were asked to review my book, here are some links:
- Edwin Biemond
- Jurgen Kress
- Markus Eisele
http://blog.eisele.net/2011/11/review-oracle-weblogic-server-11gr1-ps2.html
- Frank Muntz
Oracle Open World 2011 en JavaOne 2011 – een terugblik door AMIS-team
0Hier vind je twee uitgebreide artikelen met een verslag van Oracle Open World 2011 en van JavaOne 2011. Ook vind je in deze blog-post de slides van de ‘Report from Oracle Open World 2011′ sessie die op 17 oktober plaatshad bij AMIS in Nieuwegein.
Je vindt ook nog enkele additionele resources en referenties.
ArtikelenOns team heeft exclusief voor DB Magazine een indruk van de Oracle Open World 2011 geschreven; de uitgebreide variant van dit artikel kan je hier downloaden: AMIS report from Oracle Open World – artikel in DB/Magazine.
Ook Java Magazine publiceert een exclusieve review geschreven door Luminus (Paul Bakker en Bert Ertman) en AMIS (Lucas Jellema). Lees een uitgebreide versie van het artikel in Artikel in Java Magazine 5 over JavaOne 2011 .
PresentatiesVan 2 – 6 oktober werd in San Francisco de jaarlijke Oracle Open World conferentie gehouden. Gelijktijdig – of: als onderdeel van OOW – werd ook JavaOne georganiseerd. In vijf dagen werd door medewerkers van Oracle – maar ook van andere leveranciers en open source projecten – de status en toekomststrategie rond Oracle technologie toegelicht en gepresenteerd. Voor Java & JEE gebeurde datzelfde. Naast More >
Report from Oracle Open World – op maandag 17 oktober, 17.00 uur bij AMIS in Nieuwegein
0Het zal je niet zijn ontgaan dat vorige week in San Francisco Oracle Open World woedde. In een krappe week legde Oracle voor zo’n 45.000 bezoekers de strategie neer, de roadmap voor tientallen productlijnen en ook een serie nieuwe aankondigingen. De meest opvallende lanceringen: de Oracle Public Cloud, de Oracle NoSQL database en Big Data Applicance, de Exalytics machine voor BI ‘at the speed of thought’, de algemene beschikbaarheid van Fusion Applications en Oracle Social Networking.
AMIS was met zeven medewerkers aanwezig op Oracle Open World – om sessies te bezoeken, presentaties te geven, met productmanagement te overleggen, nieuwe producten te bekijken, op de demo grounds met productontwikkelaars te spreken, ervaringen uit te wisselen met peers van over de hele wereld… enzovoort.
Op Maandag 17 oktober verzorgt deze AMIS equipe een presentatie waarin de belangrijkste bevindingen vanaf de conferenties worden gedeeld. Bijvoorbeeld: wat wil Oracle met die Public Cloud? En: wat is de roadmap voor SOA Suite en OSB? Wat gebeurt er met APEX? Is Database 12c al binnenkort te verwachten? Is de opmars van ADF verder doorgezet – en wat houdt dat precies in? Wat zijn de andere More >
Most important, yet most overlooked..
2After reading the title of this blog post, you could easily be forgiven for not having a clue what this piece of writing will be about. Not to worry, soon, this will all change.
A warning is due, however. Being called the AMIS Technology blog, this place is usually (over)filled with code, code and then some more code. Not this time. Stop reading here, if you are looking for code.
This short article will be about the most overlooked part of software development. And I am not even talking about testing or documentation. No, there is another aspect to software development that seems to be neglected on an even larger scale.
Screenscraping from Java using jsoup – effective data gathering from websites
4In a recent article I discussed screenscraping in a in hindsight fairly clumsy way (http://technology.amis.nl/blog/12786/building-java-object-graph-with-tour-de-france-results-using-screen-scraping-java-util-parser-and-assorted-facilities). While preparing for a series of articles on data visualizations, I had need of statistics regarding the Olympic Games – more specifically: the overall medal count per country during the 2008 Bejing Olympic Games. This information is readily available from dozens of websites. However, I could not find one hat offered the data in easy to process XML or CSV format – all websites had human consumers in mind.
Using screenscraping – we use a programmatic facility to consume the content that is intended to be displayed on screen to human users and subsequently process that content by extracting the required data from it. Some web-pages are easier to scrape than others – this depends on the richness of the HTML (the poorer the better for scraping), the required interactivity (JavaScript, AJAX – the less the better) and the structure used to present the data (tables, frequently despised by web developers, work rather well).
I came across a tool for More >
Recent Comments