Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 5 of 5

Thread: Upgrade java code to 1.7 version

  1. #1
    Junior Member
    Join Date
    May 2013
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Upgrade java code to 1.7 version

    Hi I am software architect and I have such issue.
    One task in my project is to upgrade one Java module from 1.4 to 1.7 and change the operating system from Windows to Linux Redhat. What would be your estimation of such task? Is it simply upgrade JDK and system reinstalation or should I assume that developers should redevelop some (or even whole ) code?
    Thank you in advance
    Darek


  2. #2
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: Upgrade java code to 1.7 version

    How on earth would you expect us to estimate anything about a job that we have no context about?

    Honestly, if this is the type of question you're asking, you've bitten off more than you can chew and should tell your managers immediately. I'm not trying to be cruel, but it's better to admit it now than later.
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

  3. #3
    Junior Member
    Join Date
    May 2013
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Upgrade java code to 1.7 version

    Kevin, I not expect that you or someone else tell me that this is exactly 2 FTE or something like that. I rather was wonder if there is simply programming job or we need to rewrite code of this module. As far as I understood this is the second case.
    Thanks for your quick reply.

  4. #4
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: Upgrade java code to 1.7 version

    It really depends on the code. For a simple Hello World, code written for 1.4 should work fine everywhere. But for more involved code using native libraries, or if you want to upgrade to using things like generics, then that's going to involve some coding. How much of an effort that is really depends on the context, which only you have. It could take anywhere from a few minutes to several years, depending on the scope of the project you're talking about. We have no way of judging that without knowing a lot more about your context, and that's not something you're going to be able to convey over a forum. That's why I say that if you really have no idea how to approach answering the question, you've bitten off more than you should be trying to chew right now.
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

  5. #5
    Junior Member
    Join Date
    May 2013
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Upgrade java code to 1.7 version

    clear, of course this is not a trivial module and detailed estimates and forum is not the place for such considerations. I needed to quickly figure out what is the scale of the problem. I'm not a Java expert and I do not pretend that I am. I just ask Java SME to estimate workforce. From the other side, based on functionality or maybe number of kLOC I will estimate as if we were doing this module from scratch. Those two number will be basis for further decision in project.

Similar Threads

  1. Java version issue, or code issues
    By j0rd4nn in forum What's Wrong With My Code?
    Replies: 1
    Last Post: February 16th, 2013, 07:21 AM
  2. Replies: 4
    Last Post: January 24th, 2013, 11:20 AM
  3. Replies: 7
    Last Post: January 24th, 2013, 10:41 AM
  4. Java Upgrade
    By PhiloEpisteme in forum Java SE APIs
    Replies: 0
    Last Post: September 10th, 2012, 02:13 PM