Our project currently uses the very old Java Studio Creator framework and now has new requirements and plans for future deployments which require the application to finally remove JSC and migrate to either 1.8.x or 2.0 of IceFaces. A migration to 1.8.x seems to be the safest and most reliable option to take to me. Would delaying and not taking on the challenge of a migration JSF 2.0 make sense or should a migration directly to IceFaces 2.0 be used instead?
Migration options for old java studio creator project to Icefaces
152 Views Asked by javshak At
1
There are 1 best solutions below
Related Questions in JSF
- Calling custom AuthenticationHandler from Faces bean throws IllegalStateException: Cannot change buffer size after data has been written
- Force security constraint managed 403 error when hitting restricted page with h:commandLink
- primefaces component id not found in update
- LazyDataModel, custom filter with search button
- How to use SelectManyCheckbox with ArrayList as HashMap value
- how to surpress logging of jsf "There are some unhandled FacesMessages"
- SelectManyCheckbox returns array of Object[] instead of ArrayList
- My dialog component on PrimeFaces can't render a list on first click
- How to retrieve posted data via FacesContext
- I'm using JSF and after a timer expires, I want to display a warning
- Why print result is blank?
- PrimeFaces centering searchbar on menubar
- JSF: p:fileUpload requiredmessage is apearing on click of another button
- How can I make sure that JSF works?
- Is there an already-made template project using Spring, JSF, PrimeFaces, SOAP and MySQL?
Related Questions in MIGRATION
- How Do Schema migration in mongoose & mongodb?
- WPF Windows Initializing is locking the separated thread in .Net 8
- Migrate data from MySQL to PostgreSQL In Azure
- migrate error : ...No migrations to apply
- After upgrading Alfresco from 5.2 to 7.2 getting failed to initialize keystore error. Our old repository is in Alfresco 5.2
- Convert Neoload script to LoadRunner script
- Migration of UseOAuthAuthorizationServer from .Net Framework to .Net8
- Migrate multiple notebooks from current environment to new environment
- How to Generate a Migration Script in the Azure DevOps
- C# Project Coding
- Blazor hybrid cant add migration
- Migrate from SAML extensions to SAML service provider and spring security
- Ejabberd Migration from 23 to 24
- unable to upload Paginated report
- Android Studio could not build Flutter App APK after migration
Related Questions in ICEFACES
- Where to handle "child" pop-up, IceFaces?
- How to secure <ice:messages /> tag to prevent XSS in Icefaces project?
- Convert String to Clickable Link
- i am using icefaces and i have built a form the problem is when ever i got form validation error the fields do not get changed
- Why I don't see the ICEfaces ace:sliderEntry?
- WAS 9 - JSF 2.1 - Icefaces 3.3.0
- icefaces 1.8.2: update a table with many selectOnemenu depending on a selectOnemenu
- actionListener and ajax event misbehaving in my code 1st click failed but 2nd click working as expected
- Reset ace:comboBox value when another comboBox value is changed
- How to download excel file using JSF and Java
- update an ice:inputRichText field after file is uploaded via a ace:fileUpload
- Prime faces Custom Data table inside Treetable(Matser details data)
- Fill a ace:comboBox value from controller bean
- Error java.lang.ClassNotFoundException: javax.enterprise.context.spi.Contextual
- Passing arguments in ajax event JSF action listener
Related Questions in WOODSTOCK
- Old netbeans web app with woodstock
- Interfere one function from another function in java
- Getting submitted values through binding
- Dynamic binding to dynamic table component
- Woodstock Java EE web application - migration to standard JSF
- Checking if a button is clicked once or twice
- JSF - Component Libraries, migrate or not migrate?
- Checkbox and button interaction in JSF
- To hide/unhide a button in the first row of a table
- Migration options for old java studio creator project to Icefaces
- Netbeans VisualJSF (Woodstock) Design view not available in 6.7.1
- Woodstock <webuijsf:table> vanishes on page load in Chrome, Firefox and IE10+
- Which IDEs Provide a Visual Design View for JSF using JSP?
- Java servlet deployment error webui-jsf-suntheme
- Flex components for JSF
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
That
<webuijsf:xxx>component library is called "Woodstock". Now you have new and solid keyword. ICEFaces was officially been pointed as recommended replacement of Woodstock projects when Woodstock was officially been abandoned and discontinued.I personally recommend you to just take the ICEFaces migration path. It's well documented. Also, when you migrate to "plain" JSF 2.0, you'll have to redo the entire look'n'feel as "plain" JSF components does not ship with any bundled CSS. Going to ICEFaces 1.8 or 2.0 doesn't really matter that much. To take advantage of new JSF 2.0 features behind ICEFaces 2.0 you'll only have to change a lot of other things afterwards, but even without that, you should already have a working project.