Moved to https://github.com/rzymek/cv/blob/main/krzysztof.rzymkowski.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Ile zajmuje każda warstwa: | |
Założenie: kafel = 66.7652kb | |
0.00006 GB | |
0.00026 GB | |
0.00058 GB | |
0.00234 GB | |
0.00935 GB | |
0.03584 GB | |
0.22208 GB |
(2) Arun Gupta - How to get your kids started with Java programming?
https://www.youtube.com/watch?v=QqbuDFIT5To
https://www.youtube.com/watch?v=1pU6yWyo5Yo
Marek Matczak - AngularJS: Java developer's real-life experiences http://platforma.livingmedia.pl/capgemini/131213001/
Jakub Jurkiewicz - Back to the Future - how to go back in time and provide better future for your agile team.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package ejb.tx; | |
import java.util.List; | |
import javax.ejb.Local; | |
@Local | |
public interface Manager { | |
void processAll(List<Object> list); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.centurion.mq; | |
import javax.jms.Connection; | |
import javax.jms.ConnectionFactory; | |
import javax.jms.JMSException; | |
import javax.jms.Message; | |
import javax.jms.MessageProducer; | |
import javax.jms.Queue; | |
import javax.jms.Session; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main; | |
import java.util.ArrayList; | |
import java.util.List; | |
public class Main { | |
private static final int RUNS = 10; | |
static List<Integer> list; | |
static int[] arr; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
files="" | |
while [ "$1" != "--" ];do | |
echo ">>"$1 | |
files="$files $1" | |
shift | |
done | |
shift | |
cmd="$*" | |
#events=close_write |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var localOptions = { | |
buttonText: { | |
today: 'Dzisiaj', | |
month: 'Miesiąc', | |
day: 'Dzień', | |
week: 'Tydzień' | |
}, | |
monthNames: ['Styczeń','Luty','Marzec','Kwiecień','Maj','Czerwiec','Lipiec','Sierpień','Wrzesień','Październik','Listopad','Grudzień'], | |
monthNamesShort: ['Sty','Lut','Mar','Kwi','Maj','Cze','Lip','Sie','Wrz','Paź','Lis','Gru'], | |
dayNames: ['Niedziela','Poniedziałek','Wtorek','Środa','Czwartek','Piątek','Sobota'], |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | |
<modelVersion>4.0.0</modelVersion> | |
<groupId>template</groupId> | |
<artifactId>jee.webapp</artifactId> | |
<version>1.0-SNAPSHOT</version> | |
<packaging>pom</packaging> | |
<properties> | |
<maven.compiler.source>1.7</maven.compiler.source> |
- WildFly redeplyment: touch .dodeploy, jboss-cli, curl, native client, admin console
- redeploy-proxy
- java bombs: Disgruntled-Bomb-Java-Edition,
EnterpriseJavaRootkits-PAPER - perfect web framework: play scala, play java, ee6 (wildfly,mvn,xtend), meteor
- implementing booking using SQL and MongoDB
- Staticly typed Web (GWT, Dart, TypeScript)