Skip to content

Instantly share code, notes, and snippets.

View ederrafo's full-sized avatar

Eder Rafo Jose Pariwana Espinhal ederrafo

View GitHub Profile
@ederrafo
ederrafo / rails-4.2.md
Last active November 15, 2022 17:29
rails ruby

List all routes

rake routes

var_dump

puts var_object.inspect

Listado de operadores relacionales

    $eq - equal - igual
    $lt - low than - menor que
    $lte - low than equal - menor o igual que
    $gt - greater than - mayor que
    $gte - greater than equal - mayor o igual que
    $ne - not equal - distinto
    $in - in - dentro de
 $nin - not in - no dentro de
@ederrafo
ederrafo / apache-axis.md
Created November 3, 2022 00:04
apache axis soap web service

las herramientas Apache Axis deben detectar autom�ticamente las clases javax.activation

@ederrafo
ederrafo / eclipse.md
Last active November 3, 2022 16:52
eclipse ide java
@ederrafo
ederrafo / jconn4.md
Created October 28, 2022 16:23
maven jconn4

Install jconn4 For added this dependecy in pom.xml

<dependency>
    <groupId>com.sybase.jdbc4.jdbc</groupId>
    <artifactId>jconn4</artifactId>
    <version>4.0</version>
</dependency>

Download it from web site

There are two possible approaches when creating a web service:

  1. Contract-Last:
  2. Contract-First

Spring-WS only supports the contract-first development style.

Contract-Last

  • We start with the Java code, and generate the web service contract (WSDL) from the classes.
  • java ---> WSDL
@ederrafo
ederrafo / instruciones-tomcat-ubuntu.md
Last active July 24, 2023 02:42 — forked from saqpsaqp/instruciones-tomcat-ubuntu.md
Instalación Servidor con Tomcat 8 en Ubuntu 18.04 tomcat

Instalación Servidor con Tomcat 8 en Ubuntu 18.04

Requerimientos

Servidor con ubuntu 18.04 recién instalado.

$ sudo apt update
$ sudo apt upgrade

Instalación de Java 8

$ sudo add-apt-repository ppa:webupd8team/java

@ederrafo
ederrafo / telnet.md
Last active August 19, 2024 19:17
telnet ping
telnet 192.168.0.10 25
telnet 10.5.1.132 27017

telnet 52.32.215.11 3306
telnet 35.165.234.20 3306

@ederrafo
ederrafo / git-push.md
Created September 9, 2021 19:41
git push
# delete remote branch
git push origin --delete test