How to develop codelogic in java

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • karthickkuchanur
    New Member
    • Dec 2007
    • 156

    #1

    How to develop codelogic in java

    I am working as a java developer,i have to work with logic,i have the knowledge in java programming but i am have logical thinking to implement dynamic program,could u please tell me how can i increase my logic knowledge,to work againts dynamic program ,please help me i cant able survey here without the logical thinking thanks
  • BigDaddyLH
    Recognized Expert Top Contributor
    • Dec 2007
    • 1216

    #2
    Do you know Design Patterns? Have you studies the Gang of Four book?

    Capturing a wealth of experience about the design of object-oriented software, four top-notch designers present a catalog of simple and succinct solutions to commonly occurring design problems. Previously undocumented, these 23 patterns allow designers to create more flexible, elegant, and ultimately reusable designs without having to rediscover the design solutions themselves.

    Comment

    • karthickkuchanur
      New Member
      • Dec 2007
      • 156

      #3
      Originally posted by BigDaddyLH
      Do you know Design Patterns? Have you studies the Gang of Four book?

      http://www.informit.com/store/produc...sbn=0201633612
      yes i have the documentation

      Comment

      • karthickkuchanur
        New Member
        • Dec 2007
        • 156

        #4
        Originally posted by BigDaddyLH
        Do you know Design Patterns? Have you studies the Gang of Four book?

        http://www.informit.com/store/produc...sbn=0201633612
        http://www.informit.co m/store/product.aspx?is bn=0201633612,w hat is this link there no use in it.pease say some other suggession

        Comment

        • JosAH
          Recognized Expert MVP
          • Mar 2007
          • 11453

          #5
          Originally posted by karthickkuchanu r
          http://www.informit.co m/store/product.aspx?is bn=0201633612,w hat is this link there no use in it.pease say some other suggession
          That is the link to the GoF book; maybe you prefer this link. I didn't really
          understand your question though; are we talking about design patterns?

          kind regards,

          Jos

          Comment

          • BigDaddyLH
            Recognized Expert Top Contributor
            • Dec 2007
            • 1216

            #6
            Originally posted by JosAH
            I didn't really
            understand your question though; are we talking about design patterns?
            I found the original post nearing perfect incomprehensibi lity, but I thought mentioning design patterns would break the ice.

            Comment

            • JosAH
              Recognized Expert MVP
              • Mar 2007
              • 11453

              #7
              Originally posted by BigDaddyLH
              I found the original post nearing perfect incomprehensibi lity, but I thought mentioning design patterns would break the ice.
              The OP didn't find your link very useful ;-) so I think design patterns are not what
              the OP was looking for; I don't dare to guess anymore; lets wait until the OP
              replies in this thread again ...

              kind regards,

              Jos

              Comment

              • karthickkuchanur
                New Member
                • Dec 2007
                • 156

                #8
                Originally posted by JosAH
                That is the link to the GoF book; maybe you prefer this link. I didn't really
                understand your question though; are we talking about design patterns?

                kind regards,

                Jos
                thank u for ur reply,for example if want to generate the prime number series i have to work with some logic.i know what r the syntax to do the prime number generation ,but i cant able to write the logic

                Moreover we follow the mvc patter in our company ,

                Comment

                • JosAH
                  Recognized Expert MVP
                  • Mar 2007
                  • 11453

                  #9
                  Originally posted by karthickkuchanu r
                  thank u for ur reply,for example if want to generate the prime number series i have to work with some logic.i know what r the syntax to do the prime number generation ,but i cant able to write the logic

                  Moreover we follow the mvc patter in our company ,
                  If you can write e.g. an algorithm for prime number generation, you *can* write
                  program logic can't you? What exactly do you mean with 'the logic'?

                  kind regards,

                  Jos

                  Comment

                  • karthickkuchanur
                    New Member
                    • Dec 2007
                    • 156

                    #10
                    Originally posted by JosAH
                    If you can write e.g. an algorithm for prime number generation, you *can* write
                    program logic can't you? What exactly do you mean with 'the logic'?

                    kind regards,

                    Jos
                    i cant able convey what iam thinking ,if i want to check the the given number is odd or even means .i have check whether the number/2==0 means it even else it is odd.in this number/2==0 is logic to find the given number is odd or even .it simple .when i am working with database and some dyanamic changes in jsp.i have to think some big logic like above.i think u understand what iam like to say.
                    if there is any practice for this?
                    thank u very much

                    Comment

                    • BigDaddyLH
                      Recognized Expert Top Contributor
                      • Dec 2007
                      • 1216

                      #11
                      Originally posted by karthickkuchanu r
                      i cant able convey what iam thinking ,if i want to check the the given number is odd or even means .i have check whether the number/2==0 means it even else it is odd.in this number/2==0 is logic to find the given number is odd or even .it simple .when i am working with database and some dyanamic changes in jsp.i have to think some big logic like above.i think u understand what iam like to say.
                      if there is any practice for this?
                      thank u very much
                      I think the key word here is practice. There's no magic pill you can take that will make you a good programmer. You need to combine reading books, articles and tutorials, with writing code, studying other's code, asking questions and being able to learn from your mistakes.

                      Comment

                      • karthickkuchanur
                        New Member
                        • Dec 2007
                        • 156

                        #12
                        Originally posted by BigDaddyLH
                        I think the key word here is practice. There's no magic pill you can take that will make you a good programmer. You need to combine reading books, articles and tutorials, with writing code, studying other's code, asking questions and being able to learn from your mistakes.
                        ok thank u very much

                        Comment

                        Working...