SitePoint Sponsor |
|
User Tag List
Results 1 to 12 of 12
-
Aug 19, 2008, 15:14 #1
- Join Date
- Apr 2007
- Posts
- 1,401
- Mentioned
- 2 Post(s)
- Tagged
- 0 Thread(s)
How do you like your job as a Java Developer?
share your opinion
Last edited by sg707; Aug 19, 2008 at 17:07.
-
Aug 20, 2008, 15:27 #2
I quite like java programming in the job I'm doing, but I really trying to think of some java app I could build myself for the internet.
-
Aug 20, 2008, 23:55 #3
hmm, I have negative feeling about Java language (I am a Java developer),
trying python for time being,and it feels like a fresh air to me.
-
Aug 21, 2008, 03:59 #4
- Join Date
- Oct 2002
- Location
- Paris
- Posts
- 1,058
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Been doing Java for a while and I like it. However I wouldn't mind trying out .NET just to expand my skillset a bit. I've been doing JSF for the last 8 months or so and I hear it's similar to .NET for the web.
I have negative feeling about Java language
-
Aug 21, 2008, 12:16 #5
- Join Date
- Apr 2007
- Posts
- 1,401
- Mentioned
- 2 Post(s)
- Tagged
- 0 Thread(s)
-
Aug 21, 2008, 12:19 #6
- Join Date
- Apr 2007
- Posts
- 1,401
- Mentioned
- 2 Post(s)
- Tagged
- 0 Thread(s)
-
Aug 21, 2008, 12:20 #7
- Join Date
- Apr 2007
- Posts
- 1,401
- Mentioned
- 2 Post(s)
- Tagged
- 0 Thread(s)
-
Aug 22, 2008, 12:36 #8
I been developing java since 1997 and I am quite thankful I got in early. These days, I am more of an architect. Being a Java person has afforded me the best lifestyle I could have hoped for. There are not many fields where you can make 6 figure salary and work a nice 9-5. I also find the technical and people balance quite nice. When I don't want to deal with crazy people at work, I just focus on developing. When I want to do the more of the "human" side of technology, I spend time with users and senior staff.
-
Aug 24, 2008, 13:33 #9
- Join Date
- Oct 2002
- Location
- Paris
- Posts
- 1,058
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Either fire me or sign up for training course. Overall, I'm really curious about .NET but I won't study it unless I get paid.
-
Sep 5, 2008, 06:27 #10
- Join Date
- Sep 2008
- Location
- Germany
- Posts
- 6
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
We developed with Java for a long time, but then we switched to Groovy. Groovy is simplifying everything.
Groovy uses all Java packages, but adds its own packages which make programming a lot easier. Groovy-Scripts also work on the JVM and the programming code is a lot shorter and better to understand.
Unfortunately, the integration in an IDE like Eclipse is still in progress. There is already a plug-in for Eclipse, but it is still in development.
But you should definitely give it a try.
-
Sep 5, 2008, 08:57 #11
Love Java, but lately over the past 12 months I've found myself switching more and more to c++ for desktop based applications. More because of existing code written for them rather than anything java can't do.
-
Sep 7, 2008, 00:02 #12
- Join Date
- Sep 2008
- Posts
- 6
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
programming is nothing without Java.
it has some more benefits over some prog languages.. e.g
Security (The Java 2 Platform takes the security model a step further. It makes security levels and restrictions highly configurable and extends them beyond applets. As of Java 1.2, any Java code, whether it is an applet, a servlet, a JavaBeans component, or a complete Java application, can be run with restricted permissions that prevent it from doing harm to the host system), Performance, Internationalization (Java uses 16-bit Unicode characters that represent the phonetic alphabets and ideographic character sets of the entire world), Dynamic, Extensible Programs, Network-centric Programming,
Bookmarks