Time |
S |
Nick |
Message |
00:10 |
|
|
zz_putneyj joined ##javaee |
00:14 |
|
|
Voyage joined ##javaee |
06:46 |
|
|
AartBluestoke joined ##javaee |
06:46 |
|
|
firebird1 joined ##javaee |
07:01 |
|
|
ramsrib joined ##javaee |
07:01 |
|
|
ramsrib left ##javaee |
07:01 |
|
|
ramsrib joined ##javaee |
08:22 |
|
|
mocrunsthecity joined ##javaee |
09:24 |
|
|
weyer joined ##javaee |
10:33 |
|
|
weyer joined ##javaee |
10:41 |
|
|
neuro_sys joined ##javaee |
10:44 |
|
|
weyer joined ##javaee |
13:16 |
|
|
eemeks joined ##javaee |
13:27 |
|
eemeks |
Can someone recommend open source java project for intermediate developer |
13:28 |
|
pdurbin |
eemeks: http://thedata.harvard.edu/guides/dataverse-developer-main.html |
13:29 |
|
pdurbin |
eemeks: full disclosure... I work on that project: http://people.iq.harvard.edu/~pdurbin |
13:31 |
|
pdurbin |
that dev guide needs to be updated... we're using java ee 7 now |
13:31 |
|
eemeks |
checking it now. |
13:31 |
|
eemeks |
i wish to improve my programming skills. i hope its not too cumbersome for me |
13:34 |
|
eemeks |
pdurbin. the project might not be suitable for me. as I have just started learning java ee. not well grounded with java web |
13:37 |
|
pdurbin |
eemeks: do you want to make a desktop app instead? android app? |
13:38 |
|
eemeks |
pls can u suggest another? |
13:39 |
|
eemeks |
i would prefer desktop app. so I can easily test and learn from the design patterns |
13:40 |
|
pdurbin |
eemeks: https://github.com/mclamp/JAuth |
13:42 |
|
eemeks |
ok. thank you. ill check it out |
15:10 |
|
pdurbin |
AngularFaces: AngularJS Puts JSF on Steroids | Beyond Java - http://www.beyondjava.net/blog/angularfaces-jsf-beyond-ajax/ |
15:40 |
|
|
Naros joined ##javaee |
17:49 |
|
|
sfisque joined ##javaee |
17:52 |
|
sfisque |
jsf magic question. i want to have a dialog (hidden div, primefaces widget) that when opened, loads a page. |
17:56 |
|
sfisque |
preferably using a tag for the url so i don't have to hard code it |
18:04 |
|
pdurbin |
sfisque: can you point at a website that has similar functionality? |
18:07 |
|
|
weyer joined ##javaee |
18:09 |
|
sfisque |
dunno. basically i want to do jaas auth in a dialog, because i hate having to replicate a page in a single jsp for jaas purposes. i figure, if i can open a dialog, and have the dialog load a "protected page", the login.jsp should be interposed inside the dialog (intecepted by teh container), then when the user submits it, i can refresh the whole page and update everything with the auth'ed user (assuming success) or give them b |
18:10 |
|
sfisque |
dialog == hidden/shown div, not a browser dialog window |
18:10 |
|
* pdurbin |
tries to imagine what it looks like |
18:12 |
|
sfisque |
basically teh same as any site that uses "div based dialogs", but instead of it being "hard coded and hidden", it will be empty, and upon shown(), it should load a page that is "demarcated as protected" which should trigger the container to interpose the login.jsp (or whatever page i configure for auth) |
18:13 |
|
sfisque |
i might be able to do it with primefaces dialog and the requestContext object |
18:16 |
|
sfisque |
i figured i'll ask here before possibly runnign into lots of frustration |
18:21 |
|
|
Naros_ joined ##javaee |
18:37 |
|
|
eemeks joined ##javaee |
18:39 |
|
pdurbin |
sfisque: sorry, man. distracted. trying to get my kids into snowpants |
18:55 |
|
sfisque |
lucky. we're having driest winter ever |
20:18 |
|
|
Naros joined ##javaee |
20:19 |
|
|
Naros__ joined ##javaee |
21:13 |
|
|
Naros joined ##javaee |
23:03 |
|
|
mocrunsthecity joined ##javaee |
23:05 |
|
|
conor_ireland joined ##javaee |
23:10 |
|
conor_ireland |
Hi, does anyone know how I set the DB details of javas built in app server when I create an endpoint in my junit test? |
23:22 |
|
pdurbin |
java has a built in app server? |
23:30 |
|
conor_ireland |
javax/xml/ws/Endpoint does? |
23:48 |
|
pdurbin |
"host JAX-WS web services within plain Java SE applications" -- http://musingsofaprogrammingaddict.blogspot.com/2009/04/using-jax-ws-endpoint-api.html |