Should I use spring Framework with JSF2 and Hibernate?

Hi all
I'm starting to put in place a web portal and I would use JSF2 and Hibernate.
Now, I don't know JSF2 so I looked for a tutorial.
I found a tutorial on JSF2 who seems very complete, but in this tutorial, I found an article where the author use Hibernate to the "model section", JSF2 for 'view' section and one is from the "controller" section
Now I have a doubt, if I can develop a web portal without Spring MVC or I can't develop component of any controller with JSF2?
Thank you very much for your answers!

Filippo Tenaglia wrote:
Now I have a doubt, if I can develop a web portal without Spring MVC or I can't develop component of any controller with JSF2?

Yes, you can do so without Spring MVC. You can develop the portal without using any framework, but if you use the style mvc framework, it will be much easier and simpler. Likewise, you can use framework JSF itself.

Tags: Java

Similar Questions

  • I used to work with Interbase and Firebird and used databases the keyword "domain". I am now switchig to Oracle as a primary database and would like to find an alternative appropriate "domain" in Oracle, as it appears he does ' t taken in charge the stand

    I used to work with Interbase and Firebird and used databases the keyword "domain".

    I am now switchig to Oracle as a primary database and would like to find a suitable

    Variant of 'area' in Oracle such that it appears he does ' t support the standard SQL syntax.

    for example:

    Create the int2 smallint field;

    create domain id2 int2 default 0 not NULL; / * for the primary key * /.

    create domain rel2 int2 default 0 not NULL; / * foreign key * /.

    I tried a couple of approaches to achieve this "area" is:

    1. create synonym - cannot be used with the basic types;

    2. create the type - type of work, but the implementation is rather clumsy

    and can be costly in terms of performance.

    Is there something else to Oracle that can emulate the feature "domain"?

    Thanks in advence, I got really approciate any help on this.

    Alex.

    Your best approximation is CREATE TYPE, but their is nothing of what is a 100% adjustment.

    For example, if you create a domain with a check constraint you need to implement than separately on each table.

  • Using Acrobat XI with IE11 and Win7; I can't the acrobat toolbar. Watch modules Manager he's here and activated, but the toolbar is not there. And when I use right click and click on convert to Adobe pdf format, nothing happens.

    Using Acrobat XI with IE11 and Win7; I can't the acrobat toolbar. Watch modules Manager he's here and activated, but the toolbar is not there. And when I use right click and click on convert to Adobe pdf format, nothing happens.

    Can anyone help?

    Hi Richard,

    1. start Internet Explorer.

    2. Select Tools > Internet Options, and then click the Advanced tab.

    3. check if "enable third-party browser extensions (requires restart)" and click OK.

    4. close all Internet Explorer Windows.

    5 restart Internet Explorer.

    Let us know how it goes.

    You can also check out the following link and see.

    Quick fix | See a PDF on the Web

    Concerning

    Sukrit diallo

  • Can I use Satellite R630 with Netgear and Intel wireless display technology

    Dear all,

    I am a user of a Satellite R630-105 (processor i3 M350). I would use this laptop with Wi - Fi on my plasma on the wall display. Recently, I heard about Intel wireless display technology connected to the Netgear adapter as a possibility for wireless connection to the screen.

    Can I use my computer with this technology? If so, what is the process? If not, is there an alternative, using cable is very inconvenient. I'm at the beginner level.

    Thank you very much, to come.

    Peter

    > I would like to use this laptop with Wi - Fi on my plasma on the wall display.
    Can you please me for what purpose you need this connection?
    I mean what kind of data you want to transfer?
    With other words you do exactly?

  • Use of IE with Windows and active Internet the FMS server 8.1 requires a username / password

    When you use the copied link browser provided on the iOS (http://sandiskxxxxxx.local/files) application settings page I get a standard pop-up browser asking for a username and password.  What should I enter here?  Does not allow an anonymous connection.  I tried the usual stuff, Admin, the UID on my computer, the UID for my router admin, empty string, etc. With all the combinations of passwords, that I am entered for the WFD WPA2, the DDT from the admin of my router and my PC, etc. No luck.  Anyone else understand it?

    The user name is 'owner', if requested.

    If you have set a password in the security settings in the application, then the password is the password that you configured in the settings, otherwise there is no password.

  • What should I use? Vista 32-bit and 64-bit on the same machine

    I just ordered a new dell, it's w/vista 64 home premium...   I use vista 32 bit...

    I have just discovered the reality of this option...

    new dell:

    4Gigs of mem

    500 GB hd

    2.9 GB centrino

    512meg video

    should what product I use?

    How do I set up?

    Ty,

    Frank

    ofranko wrote:

    In addition, it was suggested that I have create VMS browser

    What vm product should I consider on my new laptop 64 bit... ?

    I think that the best product for your use would be VMware Workstation; However, it is not a "free" product I would suggest starting with VMware Server or VMware Player - these two are free and will allow you to run the virtual machines that you want to run. These two products are really intended to very different use cases:

    VMware Player

    Intended for the performance of virtual machines that are generated by someone else (i.e. Virtual Appliances). There are free sites out there for you to create your own virtual machines (VMX Builder & EasyVMX!, so this isn't a problem.) The thing that really distinguishes the player outside the server's user interface. Drive is really much better if you intend to sit in the front of the system running the VMware product. You will get a much more responsive user experience.

    VMware Server

    Expected to run virtual machines on a server "headless". You can create virtual machines, but the great "fight" with the server, is that you basically have to use a program of remote access to access/use your virtual machines. Server comes with a bundled remote access solution, but it is - say - not the best thing for constant use.

    If you use one of them to start with and you find that you want available in VMware Workstation features, then you can go out and spend the money to purchase a license (you can also start with a free trial of workstation...)

    Ken Cline

    VMware vExpert 2009

    Technical Director, virtualization

    Wells Landers

    TVAR Solutions, a company of the Wells Landers group

    VMware communities user moderator

  • Using a counter with FiniteSamps and one with ContSamps

    I am using 2 counters on the NI USB-6229 (or USB-6259), case where a counter is implemented for FiniteSamps and another for ContSamps. I have the following MeasurementStudio code:

    ErrChk DAQmxCreateCOPulseChanTicks(hCnt0, "Dev1/ctr0", "", "20MHzTimebase", DAQmx_Val_Low, 0, 400, 400);
    ErrChk DAQmxCfgImplicitTiming(hCnt0, DAQmx_Val_FiniteSamps, 100);

    ErrChk DAQmxStartTask (hCnt0);

    ErrChk DAQmxCreateCOPulseChanTicks(hCnt1, "Dev1/ctr1", "", "20MHzTimebase", DAQmx_Val_Low, 0, 400, 400);

    ErrChk DAQmxCfgImplicitTiming(hCnt1, DAQmx_Val_ContSamps, 2);

    ErrChk DAQmxStartTask (hCnt1);

    When I run it, I get an error-50103 "the resource specified is reserved". If I change the FiniteSamps to ContSamps on the first counter, everything works fine.

    If I use only one counter with FiniteSamps, everything works very well.

    Is this a bug in DAQmx or the use of double counter on M Series devices is limited to ContSamps?

    VIC

    Hey Vic,

    It is actually planned on a device of the M series.  Here's a time diagram of the M Series user manual which might make this a little clearer:

    The device uses actually one counter for the other door so the result is a generation of finite pulse.  If you can provide the door from another source, you can configure a generation of continuous pulses on two counters and their door (DAQmx calls it a "relaxing break") of this external signal.

    You can also look at the use of the digital I/o correlated to generate impulses over multiple (up to 32 lines on your 6229 and 6259).  You could use one of the counters to generate a time base for digital lines and build the waveform as a result.

    One thing to note is that our new X series cards can generate a generation of impulses finished on a "single" counter (it was actually a paired internal counter that allows this).  There are four accessible counters by the user on the X series devices, which means you could generate four pulse trains finished.

    Best regards

    John

  • using x220t digitizer with Photoshop and Illustrator

    Hi all

    I bought a x220t and love it. It's a dream come true for graphic designers. However, I have a burning question...

    How can I assign the hand (H) tool to the key on the digitizer?

    I have another wacom tablet that accompanies a digitizer with two buttons, and one of them is assigned automatically to the hand tool, which makes the work in photoshop and illustrator incredibly easy. It would be particularly handy with the x220t that you lose access to the physical keyboard when in tablet mode. (As a suggestion, buy a cheap compact keyboard, small functionality and efficiency tenfold when you work in tablet mode, of course)

    Currently, the button is indexed as the right click. Useful sorta, but not really. It would be much more effective to have the hand tool. How do I? !

    Thank you!

    -FleetCommander

    1 first, make sure that you use the latest driver of pen (wacom ISD 7.0.2.19 I remember correctly).

    2 open Pen Tablet control panel properties

    3. click on the drop down menu to the function button, it is currently acts as a right click

    4. choose the key combination, press h, name the function and press OK

  • Try to use Flash Remoting with CF8 and Flex 3

    I really hope someone can help with this. I googled to death for two days and found nothing. I'm at my wits end. I installed CF8 on Windows XP Pro on IIS5.1 with several sites. I am also using Flex 3. I'm trying to get a simple helloworld application to work with a flash remoting CFCs. When I run it, in the error dialog box, I get this error include:

    [Error CPP faultString = "Send failed" = "Client.Error.MessageSend" faultDetail ="faultCode" Channel.Connect.Failed error NetConnection.Call.Failed: HTTP: failed: url: ' http://localhost/flex2gateway/' ' ]

    I tried to connect to http://localhost/flex2gateway/ via the browser and I get a page not found message. Note that I had to change the root directory in IIS to point to my new site, so it is no longer the default site. If I change back to the default, I find this file. I can't understand for the life of me how to get this url to work in the new site? I also tried to add the JRunScripts virtual directory in my new site like this proposed site and he can still find it.

    http://www.frenches.com/blog/index.cfm/2007/5/7/Flex-ColdFusion--dont-make-me-have-to-SEPA rate - you two

    Surely someone else has several sites and knows how to solve this problem?

    Thank you!
    Holli

    Hallefrickinglujah! I finally got to work. I'll post the answer hear to help someone in the future. For sites you create AFTER installing CF8, you must create the JRunScripts virtual directory as described in this article: http://www.frenches.com/blog/index.cfm/2007/5/7/Flex-Coldfusion--Dont-make-me-have-to-sepa rate - you two

    Make sure you just after you create it, you go into IIS and give permissions on Scripts and executables - run it is a drop down in the properties of the virtual directory dialog box. Good luck!

  • Using the drive with MSSQL and Oracle partitioning

    Hi all

    Although this isn't a likely configuration I would recommend/meeting, this issue has been driving me crazy because I can't find the answer and I don't know how to test it on my own (lack of material and knowledge).

    I met a paper on SQL Server 2012 and 2008R2, which States:
    When SQL Server performs sorting data IO operations, it first sorts data by partition. SQL Server accesses one disc at a time, and this can reduce performance. To improve the performance of data sorting, divide your partitions on disks data files by putting in place a RAID. In this way, although always SQL Server sorts data by partition, it can access all drives of each partition at the same time.
    http://msdn.microsoft.com/en-us/library/ms190787.aspx
    >

    I'm curious whether Oracle has the same "limitation." I see in the 10.2 docs they say:
    Although you are not required to keep each table or index partition (or subpartition) in a space separated, it is to your advantage to do so. Partitions in separate tablespaces storage allows you to:
    * reduce the risk of data corruption on several partitions

    * Save and retrieve each partition independently

    Controls the mapping of the partitions of hard disks (important for I/O load balancing)

    * Improve the manageability, availability and performance

    http://docs.Oracle.com/CD/B19306_01/server.102/b14231/partiti.htm
    >

    But it's not precisely say it can access more than one disc at a time. I can't tell if this applies to Oracle or not. Sorry for the reference to an earlier version, but I searched this statement in 11.2 documentation but could not find.

    Anyone can shed some light on this? It is eating at me :)

    Thank you
    Rich

    My PC at home came with two hard drives of 1 t. Default HP would deliver them together towards the top in a setting stripped for performance (even if I had the drive put in place like a mirror). For Windows, there is only a C"" drive. Yet, most of the documentation you have read still refer to the disk drives as your disc consists of physical disks to which you have access to. In a world record is often a block box, that is another question and discussion.

    HTH - Mark D Powell.

  • Is it possible to use Storage Vmotion with VMFS and RDM virtual tool?

    Hello!

    You can use the tool Storage Vmotion to move a server that is running both VMFS disks and RDM virtual drives inside?

    Both SAN is EMC and Vmware ESX and Virtual Center can be reached.

    Thank you!

    For storage on the SAN again the two hosts will need access to the storage. You can then you copuld cold migrate the virtual computer. First, you will need to stop the virtual machine and delete the mapping of RDM. Once the virtual machine is the new data store re-create the mapping of RDM (Bothe hosts will need to access the LUN backend).

  • HP touchsmart 17.1 desire: what type of DVD should I use for writing with hpenvy touchsmart

    What type of DVD can be written to the pc

    Hello

    What is your "hp envy touchsmart 17.1. Normally, you can use blank DVD + R or DVD-R for write.

    Kind regards.

  • Using Google Analytics with/blog and site of Muse

    Hello

    I have a simple Web site that I put together using Muse: movingpictureTV.com

    To the site I added the analytical code to pick up the figures etc.

    Sites Wordpress blog is located at movingpictureTV.com/blog

    Does this mean I have to separate code to pick up the data for tracking blog or else the code used on the main site URL pick up blog traffic too?

    Thanks a lot for your help.

    Mark

    Hi Mark,

    Usually, when google spiders visit your site, it indexes all the links hardcoded on the homepage. However, you can add analytical code to each page. It will speed up the indexing of pages.

    Kind regards

    Aish

  • Why can I not use a headset with my new laptop Asus?

    I recently bought an ASUS laptop, and I wanted to use a headset with it.

    However, I came across the problem that it is a single dose used for headset and microphone, but apparently not the two.

    Every time I plug something into it, a pop up comes up asking if his headphones, speakers or a headset. I clicked on helmet thinking it would take the microphone, but however he played its just and has not used the microphone.

    Just for my problem, headphones details usually come with two jacks, one for mic for the headphones. Usually laptops meet this and have two jacks, but not this one.

    It would be great if anyone can inform me if its possible to use my headset with microphone and headphones at the same time with my computer.

    Most often when a device does not work, it is because the driver is damaged. Re-install a new copy should help

    http://Windows.Microsoft.com/en-us/Windows7/update-a-driver-for-hardware-that-isn ' t-work correctly? SignedIn = 1

  • How to use the zone with the calendar events settings?

    After looking through the questions in the time zones, scheduling and synchronization, I still can't my Palm Centro to exploit the way I think it should.

    I have a Verizon Centro, use Windows XP with Outlook and Hotsync synchronization manager 7.02 via a USB cable.  I do not use Palm Desktop.

    I expect events to pass the time in the calendar when I change the time zone, but they did not.

    I am preparing for a trip.  I enter several events in MS Outlook placing events occur in a different time zone in my calendar at the same time the event happen in my timezone (NY).   For example, a meeting of 9-10 am in Los Angeles is put in my calendar to outlook MS as 12-1 PM on the day of the meeting.  Then I have synced with my Centro and Outlook for New York time zone.  The Centro is set automatically update Date, time, area of the network in New York. The event of the meeting appears as 12-1 PM the correct day.

    Then I turn off the Centro phone (IE unplug the Verizon network), change the update time to 'Nothing' - is to say fully manual, change the time zone in Los Angeles and set the time to the exact time in Los Angeles.   I expect the meeting to 9-10 AM in my Centro calendar, but it's not!  I have try other combinations - let the time on the Date and the automatic time update and change the time zone in Los Angeles, etc..  I think I've tried all combinations.  Overall, I leave the Centro phone out of the Verizon network.  I can not get the meeting to change his time in the new time zone.

    What's the trick? What did I miss?

    You might ask why I'm trying this with the phone turned off - it's because I'm really much further that THE and in a GSM network where I will simply use the Center as a PDA.

    All advice appreciated.

    thepoeta-

    Thanks for the reply.

    In fact my preference was not established "new events use time zones."

    Meanwhile, I had loaded all the applointments of Outlook, about 20 of them,

    thinking that I would just manually move along the way.

    I'll play with time zone preference, but,.

    is it possible to identify the existing appointments in the

    Palm as belonging to a time zone that is different, just by using the Palm Centro?

    Thank you

    Neal

Maybe you are looking for