Re: newbie question on cobol syntax
- From: "Pete Dashwood" <dashwood@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sat, 28 Apr 2007 11:49:03 +1200
"LX-i" <lxi0007@xxxxxxxxxxxx> wrote in message
news:xpKdnV3cTJn0nq3bnZ2dnUVZ_vKunZ2d@xxxxxxxxxxxxxx
Pete Dashwood wrote:
"LX-i" <lxi0007@xxxxxxxxxxxx> wrote in message
news:_N6dnZOqIvKHN7PbnZ2dnUVZ_vWtnZ2d@xxxxxxxxxxxxxx
But, it wasn't my conversation, so I stayed out... :) Today, I was
coding away at my new Java job, and found myself creating a setter
method...
public void setDescription(final String psDescription) {
move psDescription to msDescription
}
I got to the "c" in "msDescription" and realized what I was doing!
Oops...
Wait 'til you start writing (in COBOL...)
wsvalue = ws-number.ToString(); :-)
It took me about two weeks of intensive coding in C# before I stopped
making the kind of error you describe...
So far, it hadn't happened. Of course, I'm just starting to get into the
meat of it. Between Java and C#, though, I'd have to say I prefer C#'s
syntax, especially when it comes to properties.
Yes, me too. I hardly use Java these days.
But then, I was never deeply immersed in it. I managed people who were, and
they could achieve very impressive results with it very quickly.
I am currently grappling with remote web services for my new product web
site launch, which I really wanted to have up by the end of this month
(unlikely...). It will be a week or so yet. Yesterday, I was grizzling
because the standard web service interface that people see if they link to
the web service, does not permit testing of the service when it is accessed
remotely. (If it is connected to a localhost, it does, and I find this very
useful.) I thought I'd have to knock up a web page in C# just so I could do
remote testing of the web service. Although it isn't really a big deal, I
have so many other things to do currently (the site itself, the
establishment and installation of COBOL for the COM engine, onto the web
server, finishing the development of the downloadable client that will run
the web service, and, most importantly, continung my education in C# and
"Webarama" :-)) Anyway, the man who runs the host I'm using is a very
experienced .NET/C# guy and he sent me a C# solution in minutes, that does
exactly what I need and was about 10 lines of code. Every day I learn
something more...:-)
Our system uses Apache, Struts, and Velocity, along with Java and Oracle.
I like the way it's laid out, but there are a lot of different pieces in
different places. I'm beginning to understand MVC, but it seems that C#
is a little more straightforward in that as well.
I like the "simplicity" of C#. I think straightforward is a good word...
These days it doesn't happen... :-)
So there's hope for me yet - cool! (Of course, this will probably be my
last "hands in the code" assignment, especially if I make E-7. That'll
put me into management at that point.)
Shhhh!!! Don't tell Doc.... :-)
Pete.
.
- Follow-Ups:
- Re: newbie question on cobol syntax
- From: LX-i
- Re: newbie question on cobol syntax
- References:
- newbie question on cobol syntax
- From: Mayer
- Re: newbie question on cobol syntax
- From: William M. Klein
- Re: newbie question on cobol syntax
- From: Howard Brazee
- Re: newbie question on cobol syntax
- From: William M. Klein
- Re: newbie question on cobol syntax
- From: Howard Brazee
- Re: newbie question on cobol syntax
- From: Richard
- Re: newbie question on cobol syntax
- From: LX-i
- Re: newbie question on cobol syntax
- From: Howard Brazee
- Re: newbie question on cobol syntax
- From: LX-i
- Re: newbie question on cobol syntax
- From: Pete Dashwood
- Re: newbie question on cobol syntax
- From: LX-i
- newbie question on cobol syntax
- Prev by Date: Re: VisualAge Cobol Compiler prob on XP Pro
- Next by Date: Re: newbie question on cobol syntax
- Previous by thread: Re: newbie question on cobol syntax
- Next by thread: Re: newbie question on cobol syntax
- Index(es):
Relevant Pages
|