Author Topic: Do you J2EE?  (Read 12314 times)

incognito

  • In the Abis
  • Jackass IV
  • Posts: 544
  • Karma: +15/-20
Do you J2EE?
« on: May 15, 2005, 04:03:42 PM »
Just wondering, who in here has worked or currently works doing J2EE?

Jake

  • Jackass In Charge
  • Posts: 8650
  • Karma: +83/-18
Do you J2EE?
« Reply #1 on: May 15, 2005, 07:45:09 PM »
did in you ask this same question on the board that we will not mention?
Do not follow where the path may lead. Go instead where there is no path and leave a trail.

incognito

  • In the Abis
  • Jackass IV
  • Posts: 544
  • Karma: +15/-20
Do you J2EE?
« Reply #2 on: May 16, 2005, 08:57:47 AM »
not recently, nope, maybe at the old board, but not the new other board.

Perspective

  • badfish
  • Jackass In Charge
  • Posts: 4635
  • Karma: +64/-22
    • http://jeff.bagu.org
Do you J2EE?
« Reply #3 on: May 16, 2005, 11:55:42 PM »
I was assigned to develop J2EE tools at work once... i started learning about J2EE but then our project group's direction changed (for the better ;)) What is it about J2EE you wanted to know?

incognito

  • In the Abis
  • Jackass IV
  • Posts: 544
  • Karma: +15/-20
Do you J2EE?
« Reply #4 on: May 24, 2005, 08:50:35 PM »
Do you know what's the name of the tool that generates the stubs and ties for web services based on a wsdl document?

Perspective

  • badfish
  • Jackass In Charge
  • Posts: 4635
  • Karma: +64/-22
    • http://jeff.bagu.org
Do you J2EE?
« Reply #5 on: May 24, 2005, 09:03:52 PM »
I believe that would be xdoclet [http://xdoclet.sourceforge.net]  IIRC

hans

  • Guitar Addict
  • Jackass In Charge
  • Posts: 3523
  • Karma: +46/-18
Do you J2EE?
« Reply #6 on: May 24, 2005, 11:29:10 PM »
Are you looking for wsdl2java? It's part of Axis (http://ws.apache.org/axis/).
This signature intentionally left blank.

incognito

  • In the Abis
  • Jackass IV
  • Posts: 544
  • Karma: +15/-20
Do you J2EE?
« Reply #7 on: May 25, 2005, 09:07:10 AM »
Thank you guys for your input, wsdl2java is what i was looking for, though I think i'll also need to read about xdoclet as I think we use that also.

hans

  • Guitar Addict
  • Jackass In Charge
  • Posts: 3523
  • Karma: +46/-18
Do you J2EE?
« Reply #8 on: May 25, 2005, 10:27:41 AM »
XDoclet comes in very handy for enterprise programming where a great deal of your code is boilerplate stuff that you really shouldn't have to code but needs to be there. I wish I knew about it in my last job. It would've saved me hours of coding. Good for property type files too that you don't want to maintain manually like web.xml and stuff.
And let's not forget about Ant (you are building with Ant right?).
This signature intentionally left blank.

incognito

  • In the Abis
  • Jackass IV
  • Posts: 544
  • Karma: +15/-20
Do you J2EE?
« Reply #9 on: May 25, 2005, 12:11:58 PM »
Quote from: tgm
XDoclet comes in very handy for enterprise programming where a great deal of your code is boilerplate stuff that you really shouldn't have to code but needs to be there. I wish I knew about it in my last job. It would've saved me hours of coding. Good for property type files too that you don't want to maintain manually like web.xml and stuff.
And let's not forget about Ant (you are building with Ant right?).


Yup currently we're using Ant.