| Time |
S |
Nick |
Message |
| 00:42 |
|
|
jaip joined ##javaee |
| 01:21 |
|
|
cem_ joined ##javaee |
| 01:30 |
|
|
hackyo joined ##javaee |
| 01:56 |
|
|
jaip joined ##javaee |
| 03:08 |
|
|
AartBluestoke joined ##javaee |
| 03:12 |
|
|
AartBluestoke1 joined ##javaee |
| 04:19 |
|
|
[[thufir]] joined ##javaee |
| 08:24 |
|
|
weyer joined ##javaee |
| 10:52 |
|
|
weyer joined ##javaee |
| 11:38 |
|
|
hackyo joined ##javaee |
| 11:41 |
|
|
neuro_sys joined ##javaee |
| 11:41 |
|
|
neuro_sys joined ##javaee |
| 11:47 |
|
|
[[thufir]] joined ##javaee |
| 12:00 |
|
|
weyer joined ##javaee |
| 13:24 |
|
|
cem_ joined ##javaee |
| 13:24 |
|
cem_ |
hi |
| 13:26 |
|
cem_ |
on file upload we need to specify location this is how all file upload works they store disk ? |
| 13:26 |
|
cem_ |
on* |
| 13:31 |
|
|
AlexCzar joined ##javaee |
| 13:34 |
|
AlexCzar |
hi! I'm integrating Spring security into a web application. Users in the app do not have usernames or passwords, authentication instrument is a unique code which is generated during registration. Do you know any guides or articles on customizing Spring Security to support this scenario? |
| 13:36 |
|
cem_ |
AlexCzar: are you saying your generating hashcode ? |
| 13:37 |
|
AlexCzar |
cem_, you could say that, except it's unique, unlike hash |
| 13:37 |
|
AlexCzar |
more of a pseudorandom unique id |
| 13:44 |
|
cem_ |
AlexCzar: in your app do you support file uploads :) |
| 13:50 |
|
|
hackyo1 joined ##javaee |
| 13:51 |
|
|
hackyo joined ##javaee |
| 13:57 |
|
AlexCzar |
nope |
| 13:58 |
|
|
cem_ joined ##javaee |
| 13:58 |
|
AlexCzar |
it's a simple app with a couple of pages which should be personalized for each user, no private information is exposed anywhere though authenticated or not. |
| 13:59 |
|
AlexCzar |
even if the code is stolen - no big deal for the "victim" |
| 13:59 |
|
cem_ |
what type of app it is ? |
| 14:00 |
|
cem_ |
you dont store user info ^^ |
| 14:02 |
|
* cem_ |
got fedup with hibernate going to jsp |
| 14:03 |
|
cem_ |
?/even if the code is stolen - no big deal for the "victim" |
| 14:04 |
|
AlexCzar |
cem_, it's irrelevant to the question |
| 14:05 |
|
|
callMeBaby joined ##javaee |
| 14:05 |
|
cem_ |
AlexCzar: what magic you do <just want to know> |
| 14:05 |
|
AlexCzar |
cem_, well, it's a simple promo campaign |
| 14:06 |
|
callMeBaby |
anyone could give a hint how to setup a deployment flow on jboss as7? I use maven for development.. |
| 14:06 |
|
AlexCzar |
no confidential details of the users will be exposed on those pages, they'll just be personalized a bit. |
| 14:06 |
|
cem_ |
oh seo |
| 14:11 |
|
cem_ |
good AlexCzar |
| 14:15 |
|
callMeBaby |
~ear |
| 14:24 |
|
cem_ |
callMeBaby: i believe there may be a channel for jboss |
| 14:26 |
|
callMeBaby |
cem_, it says: * Cannot join #jboss (Channel is invite only) |
| 14:28 |
|
callMeBaby |
anyway, just interesting, is jboss a part of javaee or not? i am not quite sure sometimes what belongs to javaee and what not.. |
| 14:30 |
|
|
Superman_ joined ##javaee |
| 14:30 |
|
AlexCzar |
callMeBaby, it is a JEE compatible application server, server can't be part of a spec |
| 14:30 |
|
|
weyer joined ##javaee |
| 14:31 |
|
AlexCzar |
also nowdays Jboss is an ecosystem, actual server got renamed to something I don't care to remember |
| 14:32 |
|
callMeBaby |
but it does comply with jee? |
| 14:42 |
|
pdurbin |
callMeBaby: it's #wildfly now |
| 14:43 |
|
callMeBaby |
thanks |
| 14:59 |
|
cem_ |
k want to configure multipart but coulnt find in web,xml <xsd has not specified> help |
| 15:27 |
|
cem_ |
sfisque ? |
| 15:48 |
|
cem_ |
got it! |
| 16:21 |
|
|
trollolol joined ##javaee |
| 16:30 |
|
|
weyer joined ##javaee |
| 16:45 |
|
sfisque |
callmebaby, various versions of jboss/wildfly adhere to different versions of EJB/EE. 4.x is EE4 (4.2.2/3 are "almost EE5"), 5.x is EE5, 6.x and 7.0.x are "web profile EE6, 7.1 are full EE6, wildfly (8) is being positioned to be full EE7 |
| 17:02 |
|
callMeBaby |
javax.* package is supposed to contain jee apis only/ |
| 17:04 |
|
callMeBaby |
regarding the deployment again, i deploy war file by uploading it to some directories on jboss or jetty servers. Is there any better way to do it? |
| 17:04 |
|
acuzio |
wildflower or dragonflower or whatever its called is the latest bit of madness from JBoss |
| 17:05 |
|
acuzio |
callMeBaby: thats pretty much it - though in Jetty you can do embedded - which is by far the best option |
| 17:05 |
|
callMeBaby |
acuzio, yes i use embeded jetty for development |
| 17:06 |
|
acuzio |
Embedded webservers are the bees knees - lightweight, fast and fully controllable |
| 17:06 |
|
callMeBaby |
but they can not be deployed without downtime |
| 17:06 |
|
callMeBaby |
or can they? |
| 17:51 |
|
|
trollolol joined ##javaee |
| 18:09 |
|
|
weyer joined ##javaee |
| 18:46 |
|
cem_ |
i guess cant use regex of one on another |
| 18:53 |
|
sess |
callMeBaby: for redeployment during development, you either redeploy it, which takes almost as long as a real reboot |
| 18:53 |
|
sess |
or you can use debugger class reloading for limited things |
| 18:53 |
|
sess |
or you get JRebel which can reload anything almost instantly |
| 19:01 |
|
callMeBaby |
but most of the time i still see peeople using application servers in productions, although many of them use embeged jetty for development |
| 19:01 |
|
|
AartBluestoke1 joined ##javaee |
| 19:03 |
|
cem_ |
why my java all of a sudden expects to give start and end of regex |
| 19:04 |
|
cem_ |
if my input is "hi" and regex is hi wont work |
| 19:04 |
|
cem_ |
it doesnt match |
| 19:06 |
|
cem_ |
pdurbin there |
| 19:08 |
|
cem_ |
it expects me to give start and end tag |
| 19:18 |
|
cem_ |
k shouting for answer |
| 19:22 |
|
* cem_ |
going to sleep and preety late |
| 19:27 |
|
sess |
callMeBaby: what do you even mean |
| 19:27 |
|
sess |
how would people NOT use application servers in production... |
| 19:30 |
|
* cem_ |
even my bro dont know lolzz |
| 19:33 |
|
* cem_ |
going to sleep and sfisque u never answered |
| 20:02 |
|
|
weyer joined ##javaee |
| 20:32 |
|
|
cem_ left ##javaee |
| 21:09 |
|
|
[[thufir]] joined ##javaee |
| 21:13 |
|
|
trollolol joined ##javaee |
| 23:54 |
|
|
vadimaut joined ##javaee |