Time |
S |
Nick |
Message |
01:11 |
|
|
sfisque joined ##friendlyjava |
05:17 |
|
|
sfisque joined ##friendlyjava |
07:21 |
|
|
mr_lou joined ##friendlyjava |
08:28 |
|
|
philbot joined ##friendlyjava |
08:28 |
|
|
Topic for ##friendlyjava is now Be friendly :) This channel is publicly logged at http://irclog.greptilian.com/friendlyjava/today |
09:51 |
|
|
prometheus__ joined ##friendlyjava |
09:54 |
|
prometheus__ |
Hello guys. I'm making a desktop application that will be in 3 different locations. They need to have a centralised database and synchronise information. How do i go about doing this? What technologies are needed, mainy concerning where the centralised database should be stored? |
10:03 |
|
pulsar |
there are too many variables to even begin answering your question |
10:04 |
|
pulsar |
centerlized database, multiple clients: if network latency and bandwidth is a non-issue, you could get away with jdbc and some sane table/row locking |
10:05 |
|
pulsar |
if your applications run business logic ontop of a entitymodel, you start getting into trouble |
10:05 |
|
prometheus__ |
It's a client-server applications. I want some sort of synchronisation between my client applications and server applications. |
10:05 |
|
pdurbin |
to make it simple, let's say you install postgresql on some VM in the cloud. should work fine. store the dates as UTC :) |
10:05 |
|
pulsar |
sorry, this as as vague as before. |
10:05 |
|
pulsar |
i pass. |
10:14 |
|
prometheus__ |
I know its sort of vague. what pdurbin said is interesting because I was also thinking cloud. I will look more into postgresql |
10:31 |
|
|
nanoz joined ##friendlyjava |
10:40 |
|
pulsar |
cloud, client-server application, "some sort" of synchronization. i have hard time thinking about something more generic :) |
10:40 |
|
pulsar |
oh, hes gone. |
10:44 |
|
pulsar |
reminds me of the a java mag cover which made my skin crawl recently: https://plus.google.com/u/0/+PaulRogalinski/posts/cmGZVo31cWL |
11:11 |
|
|
nanoz] joined ##friendlyjava |
11:43 |
|
pdurbin |
pulsar: yeah, gone. probably just getting started. |
13:44 |
|
|
xb joined ##friendlyjava |
14:08 |
|
nanoz] |
pdurbin wat are you upto |
14:22 |
|
pdurbin |
nanoz]: it's been a rough weekend. I hope yours has been better. |
14:30 |
|
nanoz] |
we are same |
14:30 |
|
nanoz] |
its been a very bad |
14:31 |
|
nanoz] |
weekdays |
14:31 |
|
nanoz] |
i got this new project |
14:31 |
|
nanoz] |
its for a bank |
14:31 |
|
nanoz] |
like berkley |
14:34 |
|
nanoz] |
the most shitty thing they did is they never said they didnt have tester |
14:34 |
|
nanoz] |
and the pay for the project is less :( |
14:44 |
|
pdurbin |
definitely nice to have testers |
14:47 |
|
pdurbin |
nanoz]: so you do your own testing? unit tests? integration tests? |
15:03 |
|
nanoz] |
ya pdurbin |
15:03 |
|
nanoz] |
intergation test is something is mind blowin'g |
15:03 |
|
nanoz] |
you ll be like (f***) |
15:04 |
|
nanoz] |
that is something i must do on my own is insanely (s**) |
15:05 |
|
pdurbin |
Generally, I build the REST API first so I can write integration tests against the business logic. Then I build the GUI. |
15:07 |
|
nanoz] |
i dont work on GUI thats someone from other countries do |
15:07 |
|
nanoz] |
and since i wont have enough data to do that test |
15:08 |
|
pdurbin |
oh |
15:08 |
|
pdurbin |
well at least you have someone to build the GUI for you |
15:09 |
|
nanoz] |
there is 15 project in total /GUI build is out question for me |
15:09 |
|
pdurbin |
sounds like a big project |
15:21 |
|
nanoz] |
yes |
15:26 |
|
pdurbin |
it's nice to have real data for writing integration tests but I often just create a little fake data |
15:27 |
|
nanoz] |
ya |
15:27 |
|
nanoz] |
they dont want to show the real data |
15:27 |
|
nanoz] |
bcuz if you sell those data |
15:28 |
|
nanoz] |
we will be super rich :D |
15:29 |
|
nanoz] |
fake data are not good for integration test since it will go to tester very late |
15:29 |
|
nanoz] |
atleast in my case |
15:31 |
|
pdurbin |
well, I'm assuming you'd write your own integration tests. that's what I do |
15:32 |
|
|
sfisque joined ##friendlyjava |
15:35 |
|
nanoz] |
sfisque here |
15:35 |
|
nanoz] |
welcome sfisque |
15:36 |
|
nanoz] |
comcast == cable ? |
15:36 |
|
pdurbin |
he'll make sense of all this :) |
15:41 |
|
sfisque |
i wish i could, but i am only "passing through" today. checking email quickly before family heads out for fun weekend |
15:42 |
|
sfisque |
but simply, what pdurbin says, except s/postgres/mysql/g |
15:42 |
|
sfisque |
:-D |
15:52 |
|
nanoz] |
///////////////////////////////////////////////////news |
15:52 |
|
nanoz] |
Hillary Clinton's net worth is $31.3 million. Our Hillary Clinton net worth number comes from analyzing her 2015 U.S. Public Financial Disclosure Reports. Bill Clinton has an estimated net worth of $80 million. That gives a combined Bill and Hillary Clinton net worth of $111 million dollars.Apr 2, 2016 |
15:53 |
|
nanoz] |
she is damn rich |
15:53 |
|
nanoz] |
i cant make that much in my life time :( |
16:04 |
|
|
silencecm joined ##friendlyjava |
16:05 |
|
silencecm |
Hello |
16:23 |
|
nanoz] |
vello |
16:24 |
|
|
sfisque1 joined ##friendlyjava |
16:26 |
|
|
silencecm_ joined ##friendlyjava |
21:49 |
|
|
xb joined ##friendlyjava |
22:08 |
|
|
silencecm joined ##friendlyjava |
22:18 |
|
pdurbin |
anyone know the answer? Control Jersey logging from Java EE application on demand - Stack Overflow - http://stackoverflow.com/questions/36682432/control-jersey-logging-from-java-ee-application-on-demand |
23:03 |
|
aditsu |
no idea, but looks like the OP found an answer |
23:26 |
|
pdurbin |
ah, sure enough |