Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

GoalThe goal of this project is to provide a library that will allow automatic generation and automatic changing of Informatica Powercenter ETL Mappings. Some of you may have noticed that after creating a handful of Informatica mappings, the process becomes very redundant. You may have also ... [More] noticed that you're able to accomplish the task with little or no thought. The reason for this is that most mappings follow an existing pattern that you've already learned, and are simply repeating with different inputs. The goal of this library is to provide the means to start to automate this mundane programming. If you're able to identify a pattern, you'll be able to code the pattern away reducing the cost of creating a mapping from days to minutes. Another common task is to change an Informatica Mapping. Something as simple as adding a column; can take hours or even days and may even prove error prone for large mappings. This library is able to read an existing Informatica Mapping, convert it into an object tree, allow your code to change it, and then spit it back out. As the library evolves, it will contain more and more patterns on top of the core automation library. Currently the only pattern included is adding a column to any mapping. If you build a pattern, and think it's reusable, send it to us, and we'll add it to the library. What about Mapfwk SDKSome of you maybe asking yourself, well, Informatica already provides a java automation library called mapfwk sdk. If you've used it, you'll understand the need for a new library. The mapfwk sdk is meant only for mapping generation, is quite obtuse, and not very well documented. Once you go beyond the obvious mapping, the SDK becomes extremely difficult to work with requiring, literally, decompiling of code. DesignThe core library consists of domain objects that represent the DTD provided by Informatica. The domain objects are mapped to the XML structure via JIBX. There is additional abstraction coded into the domain objects such as ability to treat target, source and transformation generically. On top of the core library, there are utility classes that codify common patterns, and actions. The library currently supports Informatica PowerCenter 8.1.1. [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 1 day ago
 
 

Este projeto hospeda o código de alguns trabalhos feitos (por mim) para algumas disciplinas do curso de Ciências da Computação. LBS (socket) - (Sistemas Distribuidos)LBS (Location Based Service) simples implementado em java usando sockets. É composto por um Servidor de Localização ... [More] , Serviços de Posicionamento (que fornece as posições ao SL e o Cliente (consulta as posições no SL). API de segurança Simplificada - (Segurança e Auditoria)A API (em java) oferece suporte a: Gerar valor de hash, seja MD5 (128 bits) ou SHA para um arquivo (nome completo de um arquivo) ou seqüência de bytes. Criptografar um arquivo ou seqüência de bytes com uma determinada chave, esta última identificada por uma seqüência de caracteres. Descriptografar um arquivo ou seqüência de bytes com uma determinada chave, esta última identificada por uma seqüência de caracteres. Criptografia/descriptografia deverá considerar tanto os algoritmos DES e RSA. Gerar a assinatura digital para uma seqüência de bytes ou arquivo (nome completo de um arquivo). Verificar a assinatura digital para um dado arquivo (nome completo) ou seqüência de bytes, e o identificador (seqüência de caracteres) de uma chave. Verificar a assinatura digital para um dado arquivo (nome completo) ou seqüência de bytes, e o identificador (seqüência de caracteres) de um certificado digital. Tabela de Símbolos- (Compiladores)Implementação (bem simplificada) de uma tabela de símbolos (OU NÃO..). Problemas da OBI (Análise e Projeto de Algoritmos)Resolução de alguns problemas da Olimpíada Brasileira de Informática. Os problemas estão no formato aceito pelo site SPOJ [Less]

0
 
  0 reviews  |  0 users  |  3,790 lines of code  |  0 current contributors  |  Analyzed almost 2 years ago
 
 

Hogar del CMS que se está desarrollando para JavaMexico.org, utilizando tecnologías Java: Tapestry 5, Spring, Hibernate, JPA, etc. Instrucciones de instalaciónActualmente se puede compilar y correr la aplicación con Eclipse, usando el plugin M2Eclipse (para Maven 2). Una vez que bajen su ... [More] copia de trabajo del repositorio, lo primero que hay que hacer es crear su base de datos. Pueden crearla con PostgreSQL, creando una base de datos "javamexico" cuyo dueño sea el usuario "javamex" (o pueden usar otros nombres, solamente necesitarán editar los datos del DataSource más adelante). Hay un script para crear las tablas. No está completo así que puede dar errores en varias tablas, pero los pueden ignorar por el momento. Si crean su base de datos usando otro DBMS y tienen que modificar el script, por favor hagan una copia y la suben al repositorio o la mandan a alguno de los committers para tener el script que corra en una base de datos distinta. En Eclipse, con la opción de importar proyectos existentes, solamente necesitan apuntar al directorio javamexico/java y seleccionar los proyectos javamex-core, javamex-hibernate3 y JavaMexico. Una vez que compilen completos los 3 proyectos: Primero es recomendable que ejecuten las pruebas unitarias en javamex-hibernate3, dentro de src/test/java hay algunas clases de prueba de los DAOs, ejecútenlas para ver que se generen datos de prueba. Finalmente, para correr el proyecto de JavaMexico lo seleccionan y la opción de "Run as -> Maven build..."; en el diálogo ponen "jetty:run" en el campo de Goals y listo, con eso corre. Importante: Si usaron algo que no sea PostgreSQL o le cambiaron el nombre a la base de datos o al usuario para entrar a ella, hay que editar los archivos postgres.xml en src/test/java de javamex-hibernate3 y src/main/webapp/WEB-INF de JavaMexico. [Less]

0
 
  0 reviews  |  0 users  |  1,448 lines of code  |  0 current contributors  |  Analyzed 35 minutes ago
 
 

Progetto Java per la creazione di un mp3 player

0
 
  0 reviews  |  0 users  |  80 lines of code  |  0 current contributors  |  Analyzed 1 day ago
 
 

jueguito

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 7 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.