19
February
2020
How to Indent XML String in Java (Pretty)
We often need to format a text block in xml to better visualize its content, after all we are human, aren’t we? In this post, we demonstrate a block of source code in java that does this job for us … I particularly use it a lot to inspect the request and response of a WebService in Soap … erghhh Soap. I know … But sometimes it is necessary … Have fun
This is a cool way to prettify your XML (String format) in Java Language:
19
February
2016
PL-SQL – Calculating distance between two geographical points (coordinates based)
Hi dear readers,
This is the first contribution of this blog to PL-SQL community, actually this is a tribute to my great friend Itagyba Abondanza Kuhlman, author of this source code, please visit his blog at http://blog.iak.com.br/
07
September
2015
[Python] – XML Validator against XML Schema (XSD)
Extensible Markup Language (XML) is a markup language that defines a set of rules for encoding documents in a format that is both human-readable and machine-readable. The World Wide Web Consortium’s XML 1.0 Specification of 1998 and several other related specifications—all of them free open standards—define XML.
07
August
2015
Backup File Utility in Python [Tkinter application]
Author:
victorjabur
Hi readers,
This is a graphic software (tkinter) in Python to back up a file on your computer. A backup folder is created in the current directory of the selected file and then every x minutes a backup of the file is done, respecting the maximum number of files in the backup directory.
01
July
2015
Implementation of Oracle SOA Middleware products in companies
Hi People, tonight i was invited by http://www.otechtalks.tv/ to participate of a Podcast Session, a community of specialists at Oracle World through the planet. I’m am very happy with this, thank you OTechTalks.
05
June
2015
Python – Unique Collection Class – HashCode and Equals – (Like Java Set)
Author:
victorjabur
I will demonstrate in this post as we do in Python to have a collection of single objects (Set), implementing the standard methods key, hashcode and equals, so that the objects are not repeated.
10
November
2014
Spring Batch Partitioner – Case Study with SourceCode – Best Practices
Author:
victorjabur
I started a sample project which could reproduce the problem to show the community what I was experiencing, but to my surprise I was using the partitioner feature incorrectly. I am writing this post to share what I learned throughout this experience to help those who are going through the same questions.
03
November
2014
How to consume a WebService that uses Ws-Security Authentication (UsernameToken) – OWSM – Oracle Service Bus (OSB)
Author:
victorjabur
The Oracle Service Bus (OSB) allows to enable OWSM authentication, there is many policies that can be applied to the Proxy Service to turn on security authentication. The most basic of this policies is:
12
July
2014
Liberando Apache na porta 80 – Net Virtua – Modem Arris TG862 Bridge com TPLink
Author:
victorjabur
Utilizo Net Virtua aqui em casa e tive alguma dificuldade para disponibilizar um Apache na porta 80 exposto para a internet aberta e decidi escrever este post para ajudar a galera que tiver este mesmo problema no futuro. Seguem algumas considerações:
14
May
2014
TDC Florianópolis – 2014
Boa Noite Galera:
Desejo a todos um excelente evento e boas palestras.
Obrigado ao Vinicius Senger e a Yara por promover eventos de tão elevada qualidade para os devs brasileros.
Parabéns !!!
Abraços,
Victor Jabur
Load more
Loading...