| |
| |
| |
|
Page: 1 2
Comments:
<0> its not that you're lagging you can't answer me <0> no answer won't make you get any help <1> Thunder <1> are u there? <2> hello <3> hi <2> have instaled j2ee, however I do not find the deplyment tool :( <2> any one??? <3> no idea <2> tried to use the webbased admin on port 4848 but it does not allow me to create a war file <2> basically i am asking how to create a war file from my jsp file <2> taking in considration that i do not have a deployment tool <2> thank any way Paladinzz, perhaps any one else can help me <4> anyone ever go through the j2ee tutorial? <4> i'm trying to figure out "remote access" for ejb's ... <4> the examples show them being run with the "appclient" tool that comes with the sun appserver
<4> but <4> the only thing that is remote about it is that the app client process is run in a different JVM <5> j2eeWannabe: Just to save you the h***le, EJB's ****. <5> Use something lightweight and "fresh". <4> man there are alot of j2ee jobs <4> like what <5> Hibernate, Struts, Spring, et al. <6> s/fresh/fresher <5> j2eeWannabe: http://groups.google.com/group/javawebapp <5> j2eeWannabe: http://www.theserverside.com/discussions/thread.tss?thread_id=35128 <5> j2eeWannabe: http://www.theserverside.com/articles/article.tss?l=JavaOne_Day4 <5> And that's about it, really. <7> are they all really jobs using java <5> I'll leave the rest as an exercise to the reader. <5> calchas: bingo ;-) <5> I didn't feel like getting into a clarification as to what J2EE is and/or isn't. <4> Bryin ... I'm a general java programmer with 2.5 years professional experience. I am undervalued at my job, as there is not interesting or important to work on. Enterprise type stuff looked promising, do you suggest continuing this route? <7> I suggest picking an interesting domain to work in and following it, the idea of describing your self by the langage you use seems to miss the point <4> well, it seems like there are plenty of jobs for j2ee and .NET <4> so i figure i'll learn j2ee and go on some interviews <4> is this a foolish strategy <4> i'm a competent developer and feel confident enough to talk my way through some interviews. <7> I think it is just another dead end <4> lol <7> what do you think you wan to do with J2EE <4> make web apps <4> basically <7> finance, marketting, engineering or what based ? <7> what education do you have? <4> BS in CS <8> CS in BS <4> when i graduated 3 years ago the market in pittsburgh was scarce <7> have you not picked up any .net in the last 2 years ? <4> but i was able to find something. and my something is becoming increasingly boring. also, i work with many fools. as i said i am confident in my abilities, but not as much so on the number of technologies i am proficient in <7> so what do you do right now <4> no ... the company i work for now develops only with java, and .NET on occasion, but i was never free when one of those projects opened up. <7> I see <4> i work for a navy contractor. i am in the knowledge and learning domain. we have 3 main products in that domain, an e-learning course authoring system, a CMS, and a playback mechanism, all web-based. <4> but, there is little to do now that they are done. <4> plus, this company is like a joke in terms of software process <7> most are <8> lol <7> be warned <8> indeed <7> and in many cases it still works <7> the idea or UML, testing and QA all working in some unified process rarely exists and in most cases prohibitively expensive <4> trust me, this one is exceedingly bad. moreover, there are no engineers in my domain with more experience than me. there are about 10, and most were new grads also when i was hired, or they are younger. and i am feeling like i am not getting proper experience to advance my career ... i mean, everyone starts out as an apprentice, and spends a few years advancing, right? <7> not sure <7> I've never felt the need not wish to call myself programmer or developer <4> what do you mean <8> j2eeWannabe . ideally/hopefully you advance your whole (professional life) <7> I work alone and in a wide field (semiconductor manufacturing) I've never had a technical mentor and never stopped advancing <7> in actuallity I'm a problem solver, on the whole those problems are solved in numerical computing and data systems, but not entirely <7> I've also never had that as a job title <7> closest to developer I ever had was CIM Engineer <4> well i can tell you this much: what talent i do have is going to waste. but, i am hesitant to leave because of the benefits and 401k matching and the like. <4> i don't know what to do <7> learn in the evenings <7> initiate new projects at work <7> start on small doable ideas and grow <7> look at the problems in your domain, then at your skills till you see one they can sensibly be applied too
<7> also see where you'd need new skills and study to get them <7> use the net, libraries and bookshops to do that <7> make test cases of new things to drive practice and learning <7> but most of all stop doing two things <7> a) whinning, b) saying how confident you are <7> both are distastefull <4> i didn't mean to come off as egotistical <4> i just meant that i know i'm capable of bigger challanges than fixing typos in JSP files <7> ok, sorry for this: On the basis that is all you are doing there is overwhelming evidence that that is all you are good for <7> if I'm wrong go prove me wrong by getting up off your whinning arse and doing something <4> lol <7> and the best of luck to you <4> ok, thanks for the advice <7> I'm better with tech help on the whole <7> been doing to much management in the last two weeks at work :) <9> hi, if i hav a file a.txt, and i want scanner to scan thru it <9> do i need to use FileReader? <7> I'd have put it as a very good candidate <7> but there are other options <10> 'lo calchas <4> calchas, how long have you been in the technical field, if you don't mind? <7> hi talios <4> and what is your education? <7> since 1979 <7> July 17, but sept 5 is a better start <7> Electronics (No 1 Radio School), Statistics and Computing Sciense Joint hons <4> cool <7> -s+c <7> and a lot of vocational since then <5> kia ora talios <9> Scanner s = new Scanner(new java.net.URI(args[0]).toURL().openStream()); <9> this scans through a URL, how do i write one for a file? <7> does file wan an InputStream ? <7> if so look at the cl***es that extend or implement InputStream and see if one of those has anything to do with a file <10> 'lo Bryin <5> :) <10> Bryin: seen www.ebible.com - web2.0/ajaxy online bible :) i have 1 invite if you want :) <5> ok cool <5> lemme see! <9> can i just do Scanner sc = new Scanner(new File(args[3])); ? <7> does scanner accept File as a parameter <7> ? <10> Bryin: /msg me an email addy to send too <9> Scanner sc = new Scanner(new File("myNumbers")); <9> from java.sun <9> so i guess it does <7> FFS look in the api docs <7> stop guessing an know <9> cannot find symbol <7> look in the api <7> I pleaded for mercy <7> I wriggled on the ground <7> he kicked me in the balls <7> and said something profound <7> sorry wrong win <7> poetry was for ireland <8> hmmm <7> from Kung-Fu International, John Cooper Clarke <5> anyone here? <11> hey to all <12> all to hey <11> I ***ume there are some people here who are good with java :p <12> you probably right <11> care to help me out with a simple script? <12> my java is very basic :S <11> I'm trying to make an image loader, the kind you see all the time where you click a thumbnail and the full-size image loads without reloading the apge <11> *page <11> or, if that's too complex, can someone tell me how to write custom scrollbars? <13> and ? <13> just see javadoc JScroolBar <11> hm, okay <13> but if you use an 'Image' object, i think you dont need that <13> (but i dont understand very well :) ) <11> alright, never mind that image loader then. I think I have figured out how to get around it
Return to
#java or Go to some related
logs:
set text in textbox with javascript do postback #chatzone what european capital saw the gulag archipelago 1918-1956
cornflake girl..mp3 #AllNiteCafe #linux #AllNiteCafe #linux JoyQuiz v1.0f1)
cant telnet to eggdrop Escape character is '^]'.
|
|