facebook

Several feature questions [Closed]

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #211833 Reply

    HCI
    Member

    Operating System and version: Linux, Fedora Core 2
    Eclipse version: Version: 3.0
    Eclipse build id: Build id: 200406251208
    Fresh Eclipse install (y/n): y
    Other installed external plugins:
    Number of plugins in the <eclipse>/plugins directory that begin with org.eclipse.pde.*: 8
    MyEclipse version: 3.8 beta 2
    Eclipse JDK version: SUN 1.4.2_03-b02
    Application Server: WebLogic 8.1SP3, JVM: SUN 1.4.2_04-b05
    Are there any exceptions in the Eclipse log file? No

    1. Is it (or will it be) possible to deploy to remote application server (especially BEA WebLogic 8.1)? I believe one big development server in local network could be better than local instance of weblogic for every single developer’s PC. Some kind of NFS share is not good solution for me.

    2. Is it possible to edit Struts 1.1 form objects by adding/removing form fields? The creation of form is perfect, but it looks it’s not possible to add/remove form properties later. I can choose Edit for any form bean in Outline window and than I see almost the same dialog window as for form creation. One difference is that Add and Remove buttons are disabled.

    3. Is it possible to customize DB Browser function ‘Export through Hibernate’ in a way that Oracle’s nvarchar2 field could be mapped to String? Currently java.lang.Serializable type is used and it’s not usable. Is it also possible to use wrapper types instead of primitive ones (Integer instead of int etc.) in Java file creation?

    #211861 Reply

    Riyad Kalla
    Member

    1) This is not currently on our radar, there was a huge thread discussing this here: http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-2835.html

    2) We don’t currently support refactoring of the forms from this wizard but will like to add it in the future.

    3) Let me check with the developer of that module.

    #211893 Reply

    support-jeff
    Member

    On #3, there is no special Oracle handling planned at this time. I can put in an enhancement issue, but I would not hold your breath. ME 3.8 GA has more changes on the way that should make your life with the export feature easier.

    #211903 Reply

    HCI
    Member

    @support-jeff wrote:

    On #3, there is no special Oracle handling planned at this time. I can put in an enhancement issue, but I would not hold your breath. ME 3.8 GA has more changes on the way that should make your life with the export feature easier.

    I don’t need any special Oracle handling, just handling the nvarchar/nvarchar2 type. It looks like Oracle isn’t the only one DBMS with such a datatype.

    #211907 Reply

    support-jeff
    Member

    Help me understand then. What would JDBC translate this type into? (i.e. java.sql.Types.OTHER??) Even if it is not Oracle-specific, it is not SQL standard. Not sure that we are going down that road any time real soon. In the meantime, once 3.8GA is out you will get one of your requests – the new functionality uses wrapper objects instead of primitives. Also, the new func uses Velocity templates for code generation, so you are welcome to modify the templates to add your own specific behavior.

    #211908 Reply

    HCI
    Member

    @support-jeff wrote:

    Help me understand then. What would JDBC translate this type into? (i.e. java.sql.Types.OTHER??) Even if it is not Oracle-specific, it is not SQL standard. Not sure that we are going down that road any time real soon.

    I believe nvarchar2 (also nchar) is used to store NLS character data. So java.lang.String could be used because it can hold UTF data without problem. But maybe I miss some details …

    @support-jeff wrote:

    In the meantime, once 3.8GA is out you will get one of your requests – the new functionality uses wrapper objects instead of primitives. Also, the new func uses Velocity templates for code generation, so you are welcome to modify the templates to add your own specific behavior.

    That will be great!

Viewing 6 posts - 1 through 6 (of 6 total)
Reply To: Several feature questions [Closed]

You must be logged in to post in the forum log in