EJB Stateless Session Bean Example

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ม.ค. 2025

ความคิดเห็น • 83

  • @kannappanI
    @kannappanI 4 ปีที่แล้ว +4

    Your way of teaching/session is more closer to the Indian school's class room teaching for 4th or 5th standard students, looks you are very clean in your topic makes everyone as attendive and clear on subject. Thanks a lot, keep it up.

  • @gajeshtripathi5721
    @gajeshtripathi5721 4 ปีที่แล้ว +5

    Great & must understanding of EJB for beginners :- Most important understanding is that instance & class are on different machine. Best explanation of annotation @EJB.

  • @kannappanI
    @kannappanI 3 ปีที่แล้ว +1

    Great video. I learnt basics of ejb in 20mins. Thanks a lot.

  • @obempa
    @obempa 6 ปีที่แล้ว +4

    Great! You simplified the concept of EJB for me. Thanks a million!

  • @Stephen975
    @Stephen975 7 ปีที่แล้ว +3

    Brilliant example! english and mic is very good as well. easy to understand

  • @bishwajeetpandey1570
    @bishwajeetpandey1570 2 ปีที่แล้ว +1

    You give crystal clear concepts

  • @aqibrehman2482
    @aqibrehman2482 4 ปีที่แล้ว

    It is a nice lecture sir. You teach in a very simple way. I am a teacher and I like your way of teaching. Keep it up

  • @yeyuan1395
    @yeyuan1395 8 ปีที่แล้ว +2

    I can't find video about EJB,but you have it,THANKS!

  • @TahirHussainMir24
    @TahirHussainMir24 6 ปีที่แล้ว +1

    18:08
    @Ejb annotation will not create an object guys. The object is already created in the server container and the ejb annotation will inject that dependency into the variable.
    After few seconds, he correctly said it. I think it was slip of tongue.
    Good tutorial

    • @singhRajshree
      @singhRajshree หลายเดือนก่อน

      Hi I am not able to use bean object . Error is coming even after using annotation EJB

  • @paulhetherington3854
    @paulhetherington3854 7 หลายเดือนก่อน

    Statles -- foreign to -- any memory! No id -- no f(x) freq -- no temperature!

  • @LoveToCode7
    @LoveToCode7 5 ปีที่แล้ว +1

    I have to thank you for this video. It is well done and very helpful. Thank you.

  • @hurrykrishna
    @hurrykrishna 2 ปีที่แล้ว

    Awesome 👏🏼

  • @purushothamakula4153
    @purushothamakula4153 6 ปีที่แล้ว

    Congratulations sir for winning award

  • @shadabshaikh5644
    @shadabshaikh5644 5 ปีที่แล้ว

    Great video 👍

  • @anweshasaikia8286
    @anweshasaikia8286 8 ปีที่แล้ว

    This video was very helpful for beginners like me..Thanks uploading :-)

  • @slim_mike
    @slim_mike 9 ปีที่แล้ว +2

    Hey! Greetings from Venezuela!, thank you very much for the explanation, in particular i like the part when you explain how the creation of the object is the problem, and that the reference and the intance, could be in diferent machines

  • @Latif127
    @Latif127 8 ปีที่แล้ว

    Nice video, you could clear everything, thank you

  • @datapointswithnansonly1560
    @datapointswithnansonly1560 3 ปีที่แล้ว

    Thanks a lot, it helped me

  • @truptiahirrao2638
    @truptiahirrao2638 8 ปีที่แล้ว

    very good explain and helpful

  • @salah9028
    @salah9028 6 ปีที่แล้ว

    I like your training way keep up forward

  • @balakrishnan5962
    @balakrishnan5962 8 ปีที่แล้ว +9

    hey you need to explain about stateless as well and need to provide video for difference between stateless and stateful

  • @nicolal.1171
    @nicolal.1171 9 ปีที่แล้ว

    thank you for this nice introduction!!!!

  • @hdjksa52
    @hdjksa52 4 ปีที่แล้ว

    Thanks......it helped a lot

  • @TVspachtel
    @TVspachtel 8 ปีที่แล้ว +3

    great video!!

  • @IamSanjayGupta
    @IamSanjayGupta 7 ปีที่แล้ว

    Nicely Explained ...! Thanks

  • @romanmotovilov129
    @romanmotovilov129 5 ปีที่แล้ว

    Thanks for a good lesson!

  • @Akshoysamir
    @Akshoysamir 6 ปีที่แล้ว

    good explanation

  • @dhairyathakkar342
    @dhairyathakkar342 6 ปีที่แล้ว +3

    Don't you need to implement serializable as per the Java Bean coding standards ?

  • @ManojCharles27
    @ManojCharles27 4 ปีที่แล้ว

    Thank You.

  • @OmkarTravelNFoodVlogs
    @OmkarTravelNFoodVlogs 3 ปีที่แล้ว +2

    I am not able to create the object of the Bean into the servlet hence getting an NPE. I am trying to run the application on the Tomcat Server. Can somebody shred some light what might be going wrong??

  • @abhibt
    @abhibt 8 ปีที่แล้ว

    Excellent

  • @obelix_gaul
    @obelix_gaul 8 ปีที่แล้ว

    Excellent..

  • @ParthaSarathylink
    @ParthaSarathylink 6 ปีที่แล้ว

    Need more explanations. Please create another video with more depth discussion

  • @jayantagarwal8615
    @jayantagarwal8615 5 ปีที่แล้ว

    THank you, Sir

  • @shensean993
    @shensean993 5 ปีที่แล้ว

    Good, but it'd better mention facade design

  • @Dum0Dore
    @Dum0Dore ปีที่แล้ว

    I get a glassfish Null pointer exception error at the using @EJB part

  • @Athira_Surendran
    @Athira_Surendran 5 ปีที่แล้ว

    Thank u

  • @singhRajshree
    @singhRajshree หลายเดือนก่อน

    Error is coming even after EJB annotation in servlet class.
    It’s asking to initialise bean object

  • @gaatutube
    @gaatutube 5 ปีที่แล้ว

    How does @EJB know where the object is (assuming the EJB is on a remote machine) ?

  • @js__talks
    @js__talks 4 ปีที่แล้ว

    Can I use JBOSS instead of glassfish

  • @jatinbhanot571
    @jatinbhanot571 7 ปีที่แล้ว

    thnx buddy

  • @FarhanKhan-rr7ux
    @FarhanKhan-rr7ux 8 หลายเดือนก่อน +1

    👽

  • @thisissmz
    @thisissmz 2 ปีที่แล้ว

    ty

  • @suvambiswas2205
    @suvambiswas2205 ปีที่แล้ว

    Ek job laga dijiye bhai, koi v salary chalega,bass job security rahna chahiye

  • @getpath885
    @getpath885 4 ปีที่แล้ว +1

    Sir, please make a video on what are requirements for EJB's and how to install. I have downloaded Eclipse IDE. And also can we use Tomcat for EJB's?

    • @rentic888
      @rentic888 4 ปีที่แล้ว +1

      Tomcat is a servlets container not an ejb container , you need to have weblogic for an ejb container..

    • @getpath885
      @getpath885 4 ปีที่แล้ว

      @@rentic888 Thanks

  • @Vivi24139
    @Vivi24139 4 ปีที่แล้ว

    getting error when I do run the code on the Glash fish code " Do we need do anything else. Running on Netbeans 8.2 configured the Glash fish.
    show the 2 box enter 1st and 2nd number, After that gives me an error when tried to run the code entered the number and when submit gives me the erro instead of the result

  • @biranchinarayanpadhi9067
    @biranchinarayanpadhi9067 7 ปีที่แล้ว

    sir when i create a stateless session and its showing a red mark and showing stateless is not annotation type...please sir help....

  • @rentic888
    @rentic888 4 ปีที่แล้ว

    Is ejb relevant nowadays?

  • @harshitsachdeva4836
    @harshitsachdeva4836 7 ปีที่แล้ว

    please make a advanced java project.

  • @harshadp8333
    @harshadp8333 9 ปีที่แล้ว

    Hi is it EJB 2.1 or 3 ?

  • @mohitlandge5683
    @mohitlandge5683 7 ปีที่แล้ว

    Hello sir , I am using NetBeans IDE 8.0.2. I am not getting java web as a option while creating project.and please tell me how to to servlets in Eclipse.

  • @MrJonnis13
    @MrJonnis13 8 ปีที่แล้ว

    Greet video Sir !However, with few words, what is an EJB ?

    • @subhashisz
      @subhashisz 8 ปีที่แล้ว

      Enterprise java bean

  • @Mithcoriel
    @Mithcoriel 5 ปีที่แล้ว

    If I do it the way you said, my EJB is null. Did you forget to mention something that Netbeans does automatically, which is not the case in other IDEs? Such as the creation of beans.xml, or the annotation @Local? (I tried both of those and it didn't work. But maybe I did it wrong.)

    • @Mithcoriel
      @Mithcoriel 5 ปีที่แล้ว +1

      Ugh, I used Tomcat instead of TomEE. It works with TomEE.

  • @pratikshachauhan4152
    @pratikshachauhan4152 6 ปีที่แล้ว

    Sir but even we have to import the bean package it is not another dependancy

  • @wasim289
    @wasim289 5 ปีที่แล้ว

    Then what is difference between Spring framework and EJB, bcoz in spring also no need to create object

  • @nagendrapp2213
    @nagendrapp2213 6 ปีที่แล้ว

    is this tutorial is important now a days 2k18 for java developers?

    • @ibtehajhassan3644
      @ibtehajhassan3644 5 ปีที่แล้ว

      yes in a big organization there are lots of legacy code that need to be updated so in order to understand it better you need to have the knowledge of old techs as well, I am dealing with such situation atm.

  • @mdptechnologies
    @mdptechnologies 5 ปีที่แล้ว

    This needs Lombok :D

  • @priteshshinde6779
    @priteshshinde6779 7 ปีที่แล้ว

    hey I don't have the session bean option
    I only have the timer session bean option

  • @rksrd9854
    @rksrd9854 8 ปีที่แล้ว

    while i am running the same application jboss is asking username and password may i know the credentials for that?

  • @varunsharma2026
    @varunsharma2026 5 ปีที่แล้ว

    So technically we should know the class Name in order to create reference

  • @sridharsri3568
    @sridharsri3568 3 ปีที่แล้ว

    Sir how to migrate ejb2.1 to ejb3.2

  • @rentic888
    @rentic888 5 ปีที่แล้ว

    Ejb relevant nowadays? I got scbcd certicate, can i use it somewhere ...?
    There is sadness in your voice in all your ejb videos, why navin reddy?
    Do you read comments Navin..,

  • @АртемХромцов-ю3ю
    @АртемХромцов-ю3ю 7 ปีที่แล้ว

    how can I display the time on the page???

    • @Stephen975
      @Stephen975 7 ปีที่แล้ว

      Best going to stack overflow for that one bud! there are imports you can use that enable you to display server time which might be good for you.

    • @maotoledos
      @maotoledos 7 ปีที่แล้ว

      Bean:
      private String time; //implement getter and setter
      public void showTime(){
      Date now=new Date();
      SimpleDateFormat dateFormat=new SimpleDateFormat("hh:mm:ss");
      time=dateFormat.format(now);
      }
      web html:

  • @ArunKLogan
    @ArunKLogan 8 ปีที่แล้ว

    Please verify your voice and video quality before uploading. Even though this tutorial gives lot of information, because of the video and audio, it will become helpless. Just a friendly advice.

    • @fghjkl4083
      @fghjkl4083 8 ปีที่แล้ว

      Ш ерштл ерфе умукнерштп шы ЩЛ

    • @fghjkl4083
      @fghjkl4083 8 ปีที่แล้ว

      i THINK EVERYTHING IS ok

    • @fghjkl4083
      @fghjkl4083 8 ปีที่แล้ว

      I think that everything is OK

  • @draken7667
    @draken7667 ปีที่แล้ว

    10

  • @kimgysen4932
    @kimgysen4932 4 ปีที่แล้ว

    I absolute despise EJB

  • @VinayChennakesavaK
    @VinayChennakesavaK 8 ปีที่แล้ว

    iam getting the html page . After clicking submit button iam getting an error

  • @paulhetherington3854
    @paulhetherington3854 7 หลายเดือนก่อน

    /Suf(2''x r mdz 2''UI vd LN'' < II RxtTO) fr: [up || dwn pjz td(x)= : mds rtTvFRx laa txt kntrol]/
    /4''thrm mrkdz vk'' jrwp < 4''UI pjs at matrx < for vrch u L'' , R'' thrm lyr 2''inch tkx/
    /intrpch as < dpthz chrjz for S matrx < kntrol rR & CC thrm lyr < lk buoy floch + bforhnd rR mdz vd LN'' bwlds/