Jump to content

Photo

Anybody ever use Java Reflection?

java reflection

  • Please log in to reply
5 replies to this topic

#1 Champion of Cyrodiil

Champion of Cyrodiil

    Gigabyte

  • Members
  • 776 posts
  • LocationVirginia

Posted 04 November 2012 - 02:10 PM

if so... what did you use it for? I'm currently using it to map any business object to a google big table implementation.

#2 K_N

K_N

    Megabyte

  • Members
  • 576 posts
  • LocationPhoenix

Posted 04 November 2012 - 05:08 PM

Java's complicated (and frankly annoying) deployment process kind of turned me away from it, so I haven't bothered to play with it much. Reflection looks like a really powerful API that could be very useful though.

Rumors of my demise have been greatly exaggerated.


#3 Champion of Cyrodiil

Champion of Cyrodiil

    Gigabyte

  • Members
  • 776 posts
  • LocationVirginia

Posted 04 November 2012 - 05:18 PM

I will admit, compared to php the stack is harder to configure. But once your environment is up, I think it is easy enough to deploy. JBoss 5 is nasty, but if you have the time, i would grab eclipse indigo, jboss 7.1, and install jboss tools plugin for indigo. Integrates web server right into the IDE.

You can also create some pretty sweet web start applications w/ the netbeans platform.

My current project is all SOAP services and ozone w/ synapse ui, with hadoop & accumulo on the back end. We are being told that we cannot use any RDBMS in the enterprise. It's been interesting. Still trying to wrap my brain around map and reduce.

#4 Reflex F.N.

Reflex F.N.

    Byte

  • Members
  • 72 posts

Posted 04 December 2015 - 04:45 PM

I was learning it a week ago. I took a quick look at it, so I still have much to explore and learn. I find reflection quite interesting and I think that it can prove very useful.



#5 Champion of Cyrodiil

Champion of Cyrodiil

    Gigabyte

  • Members
  • 776 posts
  • LocationVirginia

Posted 07 December 2015 - 05:21 AM

I was learning it a week ago. I took a quick look at it, so I still have much to explore and learn. I find reflection quite interesting and I think that it can prove very useful.

what were you learning reflection for?



#6 Reflex F.N.

Reflex F.N.

    Byte

  • Members
  • 72 posts

Posted 07 December 2015 - 08:15 AM

what were you learning reflection for?

Curiosity; one of the main reasons I learn anything. :)





Also tagged with one or more of these keywords: java, reflection